freebsd-dev/sbin/newfs/Makefile
Rodney W. Grimes 8fae3551ec BSD 4.4 Lite sbin Sources
Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00

15 lines
312 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 3/27/94
PROG= newfs
SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c
MAN8= newfs.0
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-DMFS -I${MOUNT}
.PATH: ${MOUNT} ${.CURDIR}/../disklabel
LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
MLINKS= newfs.8 mount_mfs.8 newfs.8 mfs.8
.include <bsd.prog.mk>