# @(#)Makefile 8.2 (Berkeley) 3/27/94 # $FreeBSD$ PROG= newfs SRCS= newfs.c mkfs.c CFLAGS+=-DFSIRAND WARNS?= 2 MAN= newfs.8 .include