aboutsummaryrefslogblamecommitdiff
path: root/sbin/newfs/Makefile
blob: 9e3ea13b6e5c2fc283ecbdcb9a43f3cc4255f925 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              
           
 
                         
 
             
                

                                     
         
               
 
                      

               
                                  


                                                                       
#	@(#)Makefile	8.2 (Berkeley) 3/27/94
# $FreeBSD$

.PATH: ${SRCTOP}/sys/geom

PROG=	newfs
LIBADD=	ufs util
SRCS=	newfs.c mkfs.c geom_bsd_enc.c

WARNS?=	3
MAN=	newfs.8

.include <bsd.prog.mk>

test:	${PROG}
	sh ${.CURDIR}/runtest01.sh
	sh ${.CURDIR}/runtest00.sh | tee _.test
	diff --ignore-matching-lines=FreeBSD _.test ${.CURDIR}/ref.test
	echo All Tests Passed