freebsd-ports/sysutils/diskcheckd/files/Makefile
David W. Chapman Jr. 615f647290 Change method in do-extract to ${LN} instead of pax
Change BROKEN= warning to state that it hasn't been tested on 4.x or lower
Use programs Makefile to build and add CFLAGS+= for location of config file
Modify default install location in files/Makefile
Change default location of config file to match default ports config file in diskcheckd.c
Bump PORTREVISION
2001-08-28 16:52:45 +00:00

10 lines
138 B
Makefile

# $FreeBSD$
BINDIR?= /usr/local/sbin
PROG= diskcheckd
MAN8= diskcheckd.8
MLINKS= diskcheckd.8 diskcheckd.conf.5
.include <bsd.prog.mk>