diff options
Diffstat (limited to 'bsdfsck')
-rw-r--r-- | bsdfsck/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bsdfsck/Makefile b/bsdfsck/Makefile index 28adbbd1..6bc18889 100644 --- a/bsdfsck/Makefile +++ b/bsdfsck/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994 Free Software Foundation +# Copyright (C) 1994, 1995 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -27,7 +27,5 @@ target = bsdfsck include ../Makeconf -$(OBJS): fsck.h - tables.o: ../ufs/tables.c $(CC) $(CFLAGS) -c -o $@ $< |