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 | e57e05ddc091fe85533e39874245874eb23e19fc (patch) | |
| tree | 218d80b5b7f21f764fc723db27d95cdbd4f10c15 /ufs-utils/Makefile | |
| parent | f0fd503b5a8de685449b235bbae116bd4c63b611 (diff) | |
entered into RCS
Diffstat (limited to 'ufs-utils/Makefile')
| -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 |
