summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/Makefile
blob: 69f04d0408114be5ea0a156c2d22fb9ea36e9610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.2 (Berkeley) 3/27/94

PROG=	newfs
SRCS=	dkcksum.c getmntopts.c newfs.c mkfs.c
MAN8=	newfs.8

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>
OpenPOWER on IntegriCloud