summaryrefslogtreecommitdiff
path: root/sbin/quotacheck/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-01-03 16:22:11 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-01-03 16:22:11 +0000
commit2e74984ca28a992c200c59c1827b88f3cb15f805 (patch)
treea36304772696e3e976e52ed89e753142faab8f20 /sbin/quotacheck/Makefile
parent15a82d880243b13bcc9afc43c52d3118d128dc70 (diff)
make it work again, 'twas broken for a long time 'coze of ../fsck/preen.c
changes, that is yantc situation. as a side effect it's parallelized too.
Diffstat (limited to 'sbin/quotacheck/Makefile')
-rw-r--r--sbin/quotacheck/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile
index d0a1e857509..cf1644228c4 100644
--- a/sbin/quotacheck/Makefile
+++ b/sbin/quotacheck/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.4 1996/10/20 19:30:27 millert Exp $
+# $OpenBSD: Makefile,v 1.5 1997/01/03 16:22:09 mickey Exp $
# $NetBSD: Makefile,v 1.6 1996/04/05 04:17:57 cgd Exp $
PROG= quotacheck
SRCS= quotacheck.c preen.c fsutil.c
+CFLAGS+=-I${.CURDIR}/../fsck
MAN= quotacheck.8
.PATH: ${.CURDIR}/../fsck