1994-05-26 06:35:07 +00:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 3/27/94
|
|
|
|
|
|
|
|
PROG= newfs
|
|
|
|
SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c
|
1994-08-05 02:42:42 +00:00
|
|
|
MAN8= newfs.8
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
|
|
CFLAGS+=-DMFS -I${MOUNT}
|
|
|
|
.PATH: ${MOUNT} ${.CURDIR}/../disklabel
|
|
|
|
|
|
|
|
LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
|
1996-02-02 06:31:57 +00:00
|
|
|
MLINKS= newfs.8 mount_mfs.8 newfs.8 mfs.8 newfs.8 tmpfs.8
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|