From c3aba9f5d238a0431a36ee328a25d9b476515ebf Mon Sep 17 00:00:00 2001 From: jhay Date: Thu, 5 Feb 1998 14:31:05 +0000 Subject: fsdb and fsck use the ffs code which needs opt_diagnostic.h. --- sbin/fsck/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sbin/fsck') diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index 3155b1a..3e2558d 100644 --- a/sbin/fsck/Makefile +++ b/sbin/fsck/Makefile @@ -3,8 +3,13 @@ PROG= fsck MAN8= fsck.8 SRCS= dir.c inode.c main.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+=-W + pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c \ + opt_diagnostic.h +CFLAGS+=-W -I${.OBJDIR} +CLEANFILES+=opt_diagnostic.h .PATH: ${.CURDIR}/../../sys/ufs/ffs +opt_diagnostic.h: + touch opt_diagnostic.h + .include -- cgit v1.1