1# @(#)Makefile 8.2 (Berkeley) 3/27/94 2# $FreeBSD$ 3 4PROG= newfs 5SRCS= newfs.c mkfs.c 6WARNS?= 2 7MAN= newfs.8 8 9.include <bsd.prog.mk> 10