From 9077096672c3ba933d20dada9c5341f529de2a44 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 12 Oct 1994 23:52:24 +0000 Subject: Formerly Makefile.~2~ --- ufs-fsck/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ufs-fsck') diff --git a/ufs-fsck/Makefile b/ufs-fsck/Makefile index ba6c61a9..ed36d389 100644 --- a/ufs-fsck/Makefile +++ b/ufs-fsck/Makefile @@ -21,7 +21,7 @@ dir := newfsck makemode := utility -SRCS = dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ +SRCS = dir.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ pass5.c setup.c utilities.c OBJS = $(subst .c,.o,$(SRCS)) LCLHDRS = fsck.h @@ -29,3 +29,4 @@ target = newfsck include ../Makeconf +$(OBJS): fsck.h -- cgit v1.2.3