diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-01 01:29:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-01 01:29:06 +0000 |
commit | b30758c5f344ce10e860c26a606fb505cedda1ea (patch) | |
tree | b0767f25237f91a38f869db75710b58ecfe2cd22 /bsdfsck/Makefile | |
parent | abbd94e0375300e8ae705ad80e74522864ccf302 (diff) |
Formerly Makefile.~7~
Diffstat (limited to 'bsdfsck/Makefile')
-rw-r--r-- | bsdfsck/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsdfsck/Makefile b/bsdfsck/Makefile index e40ceb67..bc718b66 100644 --- a/bsdfsck/Makefile +++ b/bsdfsck/Makefile @@ -22,6 +22,7 @@ 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 tables.o # preen.o +LCLHDRS = fsck.h target = fsck include ../Makeconf |