diff options
author | obrien <obrien@FreeBSD.org> | 2001-07-20 06:20:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-07-20 06:20:32 +0000 |
commit | a2c75ac1031a5302a4412c11239eb32543281854 (patch) | |
tree | 870e9290071660cdb1814d000e92f4efb150b448 /sysutils/diskcheckd | |
parent | a374d499a086abd5e1b3c3df1f1cc08d1e11fa90 (diff) | |
download | FreeBSD-ports-a2c75ac1031a5302a4412c11239eb32543281854.zip FreeBSD-ports-a2c75ac1031a5302a4412c11239eb32543281854.tar.gz |
Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Diffstat (limited to 'sysutils/diskcheckd')
-rw-r--r-- | sysutils/diskcheckd/files/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/diskcheckd/files/Makefile b/sysutils/diskcheckd/files/Makefile index 0ead4f7..265acaa 100644 --- a/sysutils/diskcheckd/files/Makefile +++ b/sysutils/diskcheckd/files/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ +BINDIR?= /usr/sbin + PROG= diskcheckd MAN8= diskcheckd.8 - MLINKS= diskcheckd.8 diskcheckd.conf.5 -BINDIR?= /usr/sbin - .include <bsd.prog.mk> |