diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-14 03:54:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-14 03:54:51 +0000 |
commit | 6f150b5ebfd49a1ec909c213af5ff154d9670fdd (patch) | |
tree | 74773264e587ee361660543ce8a36fe101bba7f7 /ufs-fsck | |
parent | 30583d5f48f60f937b88bf34c923592c3baf98ae (diff) |
Formerly Makefile.~3~
Diffstat (limited to 'ufs-fsck')
-rw-r--r-- | ufs-fsck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs-fsck/Makefile b/ufs-fsck/Makefile index ed36d389..e45fed74 100644 --- a/ufs-fsck/Makefile +++ b/ufs-fsck/Makefile @@ -22,7 +22,7 @@ dir := newfsck makemode := utility SRCS = dir.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ - pass5.c setup.c utilities.c + pass5.c setup.c utilities.c inode.c OBJS = $(subst .c,.o,$(SRCS)) LCLHDRS = fsck.h target = newfsck |