Sync with bsdlabel/Makefile.

This commit is contained in:
David E. O'Brien 2004-01-29 18:15:19 +00:00
parent 12f81ec1b0
commit 6e18dd3630
1 changed files with 9 additions and 5 deletions

View File

@ -1,16 +1,20 @@
# $FreeBSD$
PROG=sunlabel
SRCS=sunlabel.c geom_sunlabel_enc.c
.PATH: ${.CURDIR}/../../sys/geom
PROG= sunlabel
SRCS= sunlabel.c geom_sunlabel_enc.c
MAN= sunlabel.8
WARNS=5
WARNS?= 5
DPADD= ${LIBGEOM}
LDADD= -lgeom
.PATH: ${.CURDIR}/../../sys/geom
.include <bsd.prog.mk>
test: ${PROG}
sh ${.CURDIR}/runtest.sh
testx: ${PROG}
sh -x ${.CURDIR}/runtest.sh