summaryrefslogtreecommitdiff
path: root/ufs-fsck/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-11-03 22:19:05 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-11-03 22:19:05 +0000
commit822ea24e7bcf4b2d68a1b163c84e31fcd26383f4 (patch)
treed3e22f455d111f6a6b8e6f2832bb47e98e6c7a74 /ufs-fsck/Makefile
parent568ebe5b1a0e55e4fcbb93ab20ddfb73098448bb (diff)
entered into RCS
Diffstat (limited to 'ufs-fsck/Makefile')
-rw-r--r--ufs-fsck/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufs-fsck/Makefile b/ufs-fsck/Makefile
index 75b2207a..ef8919a9 100644
--- a/ufs-fsck/Makefile
+++ b/ufs-fsck/Makefile
@@ -18,14 +18,14 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-dir := newfsck
+dir := fsck
makemode := utility
SRCS = dir.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
pass5.c setup.c utilities.c inode.c
OBJS = $(subst .c,.o,$(SRCS)) tables.o
LCLHDRS = fsck.h
-target = newfsck
+target = fsck
include ../Makeconf