summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/quotacheck/Makefile')
-rw-r--r--sbin/quotacheck/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile
new file mode 100644
index 0000000..c6b8e3e
--- /dev/null
+++ b/sbin/quotacheck/Makefile
@@ -0,0 +1,8 @@
+# @(#)Makefile 8.1 (Berkeley) 6/5/93
+
+PROG= quotacheck
+SRCS= quotacheck.c preen.c
+MAN8= quotacheck.0
+.PATH: ${.CURDIR}/../fsck
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud