summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-05-29 19:40:39 +0000
committerphk <phk@FreeBSD.org>2001-05-29 19:40:39 +0000
commit342f1e5c8731f4460a796e74721a8a3fdf305dc5 (patch)
treeb491d84b785f25e2a5bfe3bbf5409ae1863f015d /sbin/newfs/Makefile
parent3c6f0395e623c63ef5fb2c5b73c76c32f13c0239 (diff)
downloadFreeBSD-src-342f1e5c8731f4460a796e74721a8a3fdf305dc5.zip
FreeBSD-src-342f1e5c8731f4460a796e74721a8a3fdf305dc5.tar.gz
A more complete removal of MFS related code.
XXX: This program badly needs a style(9) + BDECFLAGS treatment.
Diffstat (limited to 'sbin/newfs/Makefile')
-rw-r--r--sbin/newfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile
index 2c420f9..5cc43f1 100644
--- a/sbin/newfs/Makefile
+++ b/sbin/newfs/Makefile
@@ -6,7 +6,7 @@ SRCS= getmntopts.c newfs.c mkfs.c
MAN= newfs.8
MOUNT= ${.CURDIR}/../mount
-CFLAGS+=-DMFS -DFSIRAND -I${MOUNT}
+CFLAGS+=-DMFS -DFSIRAND -I${MOUNT} ${BDECFLAGS}
.PATH: ${MOUNT}
LINKS= ${BINDIR}/newfs
OpenPOWER on IntegriCloud