freebsd-dev/sbin/newfs/Makefile
Poul-Henning Kamp 80f86e526b A more complete removal of MFS related code.
XXX: This program badly needs a style(9) + BDECFLAGS treatment.
2001-05-29 19:40:39 +00:00

15 lines
250 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 3/27/94
# $FreeBSD$
PROG= newfs
SRCS= getmntopts.c newfs.c mkfs.c
MAN= newfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-DMFS -DFSIRAND -I${MOUNT} ${BDECFLAGS}
.PATH: ${MOUNT}
LINKS= ${BINDIR}/newfs
.include <bsd.prog.mk>