diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-20 19:30:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-20 19:30:28 +0000 |
commit | 21cd18c166fecd25798a808358614100138dfd72 (patch) | |
tree | 62706abf0d028856189c6d42e62bbb1a57c6032b /sbin/quotacheck | |
parent | 23e53ce8803bc5f31984057e3689a00e56c7ff7a (diff) |
Deal with recent fsck changes.
Diffstat (limited to 'sbin/quotacheck')
-rw-r--r-- | sbin/quotacheck/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index 859f201b021..d0a1e857509 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 1996/06/23 14:32:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1996/10/20 19:30:27 millert Exp $ # $NetBSD: Makefile,v 1.6 1996/04/05 04:17:57 cgd Exp $ PROG= quotacheck -SRCS= quotacheck.c preen.c +SRCS= quotacheck.c preen.c fsutil.c MAN= quotacheck.8 -.PATH: ${.CURDIR}/../fsck_ffs +.PATH: ${.CURDIR}/../fsck .include <bsd.prog.mk> |