diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-09-01 15:41:03 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-01 15:41:03 +0000 |
| commit | 178faf94766ba185999f950c9728ecbad7163cbf (patch) | |
| tree | 8182f727d87ac5876b8be3b57150949b794d66bc /bsdfsck | |
| parent | bf2eeb5c23810e91ebed3ab0104e63e88d869382 (diff) | |
Formerly Makefile.~6~
Diffstat (limited to 'bsdfsck')
| -rw-r--r-- | bsdfsck/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bsdfsck/Makefile b/bsdfsck/Makefile index b6487f8a..e40ceb67 100644 --- a/bsdfsck/Makefile +++ b/bsdfsck/Makefile @@ -21,9 +21,12 @@ makemode := utility SRCS = dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ pass5.c setup.c utilities.c # preen.c OBJS = dir.o inode.o main.o pass1.o pass1b.o pass2.o pass3.o pass4.o \ - pass5.o setup.o utilities.o # preen.o + pass5.o setup.o utilities.o tables.o # preen.o target = fsck include ../Makeconf -$(OBJS): fsck.h
\ No newline at end of file +$(OBJS): fsck.h + +tables.o: ../ufs/tables.c + $(CC) $(CFLAGS) -c -o $@ $< |
