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/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/diskdev_cmds/quotacheck.tproj/Makefile b/diskdev_cmds/quotacheck.tproj/Makefile
new file mode 100644
index 0000000..b90f20e
--- /dev/null
+++ b/diskdev_cmds/quotacheck.tproj/Makefile
@@ -0,0 +1,9 @@
+PROG= quotacheck
+MAN= quotacheck.8
+SRCS= quotacheck.c hfs_quotacheck.c preen.c
+
+.PATH: ${.CURDIR}/../disklib
+
+BINDIR=/usr/sbin
+
+.include <bsd.prog.mk>