summaryrefslogtreecommitdiff
path: root/sysutils/diskcheckd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 06:20:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 06:20:32 +0000
commitaff9c67b1fcda0edbf23e2528ccd06feaee55451 (patch)
tree411d78a0e8b3a4711f362d85356adb031ac4b45c /sysutils/diskcheckd
parentupgrade to 0.3 (diff)
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.
Notes
Notes: svn path=/head/; revision=45265
Diffstat (limited to 'sysutils/diskcheckd')
-rw-r--r--sysutils/diskcheckd/files/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/diskcheckd/files/Makefile b/sysutils/diskcheckd/files/Makefile
index 0ead4f700694..265acaa4c28e 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>