summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bsdfsck/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsdfsck/Makefile b/bsdfsck/Makefile
index 6bc18889..b5dcfbf2 100644
--- a/bsdfsck/Makefile
+++ b/bsdfsck/Makefile
@@ -25,7 +25,7 @@ OBJS = dir.o inode.o main.o pass1.o pass1b.o pass2.o pass3.o pass4.o \
LCLHDRS = fsck.h
target = bsdfsck
+vpath tables.c ../ufs
+
include ../Makeconf
-tables.o: ../ufs/tables.c
- $(CC) $(CFLAGS) -c -o $@ $<