summaryrefslogtreecommitdiff
path: root/ufs-utils
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-09 14:33:55 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-09 14:33:55 +0000
commit397fb8089309ad7be90d988b1dda054a1fd7f5a9 (patch)
tree4bd389c0d84962c6ffe551e2dada1cadf404ad1d /ufs-utils
parent0ef4c872307c8c823a7cab440908b93d5d888f89 (diff)
entered into RCS
Diffstat (limited to 'ufs-utils')
-rw-r--r--ufs-utils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ufs-utils/Makefile b/ufs-utils/Makefile
index 1275854c..d90a0a7b 100644
--- a/ufs-utils/Makefile
+++ b/ufs-utils/Makefile
@@ -21,9 +21,9 @@
dir := newfs
makemode := utility
-SRCS = mkfs.c newfs.c
-OBJS = mkfs.o newfs.o
-target = newfs
+SRCS = mkfs.c # newfs.c
+OBJS = mkfs.o # newfs.o
+target = mkfs
include ../Makeconf