summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-10-14 03:54:51 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-10-14 03:54:51 +0000
commitf66374d42525fb94b1d2c950f9255a8b9bef01f0 (patch)
treecb55e69fd3d5f483eba596a63a5464dbd8d880c0
parent1446730430400b176ca727948695124132886110 (diff)
Formerly Makefile.~3~
-rw-r--r--ufs-fsck/Makefile2
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