summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/Makefile
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2002-03-19 17:03:14 +0000
committeriedowse <iedowse@FreeBSD.org>2002-03-19 17:03:14 +0000
commit7204dd55d6b506ad5f1def6e39d80b2057f33ef0 (patch)
treeb8525a9509b31ad9724a2ad7050c844968164a7b /sbin/newfs/Makefile
parent959fd0e42e1d0e39c9ceaf52922de94d9f22135c (diff)
downloadFreeBSD-src-7204dd55d6b506ad5f1def6e39d80b2057f33ef0.zip
FreeBSD-src-7204dd55d6b506ad5f1def6e39d80b2057f33ef0.tar.gz
The FSIRAND code is always compiled in, and it is unlikely that
anyone needs a newfs without it. Remove the #ifdef's from around the code and the -DFSIRAND from the Makefile. Also remove redundant declarations of random() and srandomdev().
Diffstat (limited to 'sbin/newfs/Makefile')
-rw-r--r--sbin/newfs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile
index 38c547b..c172555 100644
--- a/sbin/newfs/Makefile
+++ b/sbin/newfs/Makefile
@@ -3,7 +3,6 @@
PROG= newfs
SRCS= newfs.c mkfs.c
-CFLAGS+=-DFSIRAND
WARNS?= 2
MAN= newfs.8
OpenPOWER on IntegriCloud