# $FreeBSD$ .PATH: ${BSDSRCTOP}/sys/geom PROG = newfs SRCS = \ newfs.c \ mkfs.c \ geom_bsd_enc.c WARNS ?= 2 LDADD += -lufs .include