diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-09-09 14:33:55 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-09 14:33:55 +0000 |
| commit | 397fb8089309ad7be90d988b1dda054a1fd7f5a9 (patch) | |
| tree | 4bd389c0d84962c6ffe551e2dada1cadf404ad1d | |
| parent | 0ef4c872307c8c823a7cab440908b93d5d888f89 (diff) | |
entered into RCS
| -rw-r--r-- | ufs-utils/Makefile | 6 |
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 |
