freebsd-dev/sbin/newfs/Makefile
Ian Dowse f7b48c89c8 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().
2002-03-19 17:03:14 +00:00

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>