diff options
Diffstat (limited to 'sbin/newfs/Makefile')
-rw-r--r-- | sbin/newfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index ed9ad9d..d44fdba 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -6,7 +6,7 @@ MAN8= newfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -D_NEW_VFSCONF -CFLAGS+=-DMFS -I${MOUNT} +CFLAGS+=-DMFS -DFSIRAND -I${MOUNT} .PATH: ${MOUNT} ${.CURDIR}/../disklabel LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs |