mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 11:20:58 +01:00
Remove -DMFS from CFLAGS.
This commit is contained in:
parent
7ccb741f6a
commit
f628a4b10e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77447
@ -6,7 +6,7 @@ SRCS= getmntopts.c newfs.c mkfs.c
|
||||
MAN= newfs.8
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
CFLAGS+=-DMFS -DFSIRAND -I${MOUNT} ${BDECFLAGS}
|
||||
CFLAGS+=-DFSIRAND -I${MOUNT} ${BDECFLAGS}
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
LINKS= ${BINDIR}/newfs
|
||||
|
Loading…
Reference in New Issue
Block a user