diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-03 22:19:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-03 22:19:05 +0000 |
commit | 822ea24e7bcf4b2d68a1b163c84e31fcd26383f4 (patch) | |
tree | d3e22f455d111f6a6b8e6f2832bb47e98e6c7a74 /bsdfsck | |
parent | 568ebe5b1a0e55e4fcbb93ab20ddfb73098448bb (diff) |
entered into RCS
Diffstat (limited to 'bsdfsck')
-rw-r--r-- | bsdfsck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bsdfsck/Makefile b/bsdfsck/Makefile index bc718b66..28adbbd1 100644 --- a/bsdfsck/Makefile +++ b/bsdfsck/Makefile @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -dir := fsck +dir := bsdfsck makemode := utility SRCS = dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ @@ -23,7 +23,7 @@ SRCS = dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ OBJS = dir.o inode.o main.o pass1.o pass1b.o pass2.o pass3.o pass4.o \ pass5.o setup.o utilities.o tables.o # preen.o LCLHDRS = fsck.h -target = fsck +target = bsdfsck include ../Makeconf |