386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 7 Feb 1992 23:51:48 +0000 (15:51 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 7 Feb 1992 23:51:48 +0000 (15:51 -0800)
Work on file usr/src/sbin/fsck/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/sbin/fsck/Makefile [new file with mode: 0644]

diff --git a/usr/src/sbin/fsck/Makefile b/usr/src/sbin/fsck/Makefile
new file mode 100644 (file)
index 0000000..67fda56
--- /dev/null
@@ -0,0 +1,9 @@
+#      @(#)Makefile    5.15 (Berkeley) 6/29/90
+
+PROG=  fsck
+MAN8=  fsck.0
+SRCS=  dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
+       pass5.c preen.c setup.c utilities.c ufs_subr.c ufs_tables.c
+.PATH: ${.CURDIR}/../../sys.386bsd/ufs
+
+.include <bsd.prog.mk>