f7b48c89c8
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().
10 lines
131 B
Makefile
10 lines
131 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 3/27/94
|
|
# $FreeBSD$
|
|
|
|
PROG= newfs
|
|
SRCS= newfs.c mkfs.c
|
|
WARNS?= 2
|
|
MAN= newfs.8
|
|
|
|
.include <bsd.prog.mk>
|