From 21cd18c166fecd25798a808358614100138dfd72 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 20 Oct 1996 19:30:28 +0000 Subject: Deal with recent fsck changes. --- sbin/fsdb/Makefile | 8 ++++---- sbin/quotacheck/Makefile | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'sbin') diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index 40fe48ee84e..d739e32bac2 100644 --- a/sbin/fsdb/Makefile +++ b/sbin/fsdb/Makefile @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:45 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1996/10/20 19:30:27 millert Exp $ # $NetBSD: Makefile,v 1.3 1996/04/08 21:03:06 jtc Exp $ PROG= fsdb MAN= fsdb.8 -SRCS= fsdb.c fsdbutil.c \ +SRCS= fsdb.c fsdbutil.c fsutil.c \ dir.c inode.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c -CFLAGS+= -I${.CURDIR}/../../sbin/fsck_ffs +CFLAGS+= -I${.CURDIR}/../../sbin/fsck -I${.CURDIR}/../../sbin/fsck_ffs LDADD+= -ledit -ltermcap DPADD+= ${LIBEDIT} ${LIBTERMCAP} -.PATH: ${.CURDIR}/../../sbin/fsck_ffs ${.CURDIR}/../../sys/ufs/ffs +.PATH: ${.CURDIR}/../../sbin/fsck ${.CURDIR}/../../sbin/fsck_ffs ${.CURDIR}/../../sys/ufs/ffs .include 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 -- cgit v1.2.3