diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-12 23:52:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-12 23:52:24 +0000 |
commit | 9077096672c3ba933d20dada9c5341f529de2a44 (patch) | |
tree | cc336443643ce5821aa1479c714e76c4576b7951 /ufs-fsck/Makefile | |
parent | ecc502cf679a74dae528934aad304b2c57681c84 (diff) |
Formerly Makefile.~2~
Diffstat (limited to 'ufs-fsck/Makefile')
-rw-r--r-- | ufs-fsck/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |