summaryrefslogtreecommitdiff
path: root/sbin/quotacheck/Makefile
diff options
context:
space:
mode:
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