aboutsummaryrefslogtreecommitdiffstats
path: root/diskdev_cmds/quotacheck.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'diskdev_cmds/quotacheck.tproj/Makefile')
-rw-r--r--diskdev_cmds/quotacheck.tproj/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/diskdev_cmds/quotacheck.tproj/Makefile b/diskdev_cmds/quotacheck.tproj/Makefile
index cc09b67..b90f20e 100644
--- a/diskdev_cmds/quotacheck.tproj/Makefile
+++ b/diskdev_cmds/quotacheck.tproj/Makefile
@@ -1,9 +1,9 @@
PROG= quotacheck
MAN= quotacheck.8
-SRCS= quotacheck.c \
- hfs_quotacheck.c \
- preen.c
+SRCS= quotacheck.c hfs_quotacheck.c preen.c
.PATH: ${.CURDIR}/../disklib
+BINDIR=/usr/sbin
+
.include <bsd.prog.mk>