summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>1998-02-06 22:31:14 +0000
committerjhay <jhay@FreeBSD.org>1998-02-06 22:31:14 +0000
commit62746984d742c6cf6f97b1cbde18e6d922ea8966 (patch)
tree3ccc9d25e916f55c91dd4a8691811267b50ba25d /sbin/fsck_ifs
parent69ec138f358c3e71925110f6c3885d7e2d26bdb7 (diff)
downloadFreeBSD-src-62746984d742c6cf6f97b1cbde18e6d922ea8966.zip
FreeBSD-src-62746984d742c6cf6f97b1cbde18e6d922ea8966.tar.gz
opt_diagnostic.h isn't needed anymore.
Diffstat (limited to 'sbin/fsck_ifs')
-rw-r--r--sbin/fsck_ifs/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sbin/fsck_ifs/Makefile b/sbin/fsck_ifs/Makefile
index 3e2558d..3155b1a 100644
--- a/sbin/fsck_ifs/Makefile
+++ b/sbin/fsck_ifs/Makefile
@@ -3,13 +3,8 @@
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 \
- opt_diagnostic.h
-CFLAGS+=-W -I${.OBJDIR}
-CLEANFILES+=opt_diagnostic.h
+ pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c
+CFLAGS+=-W
.PATH: ${.CURDIR}/../../sys/ufs/ffs
-opt_diagnostic.h:
- touch opt_diagnostic.h
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud