aboutsummaryrefslogtreecommitdiff
path: root/sbin/sunlabel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-01-29 18:15:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-01-29 18:15:19 +0000
commit6e18dd3630e47d021c8c6e64484c361f32be8dec (patch)
treef66899c7a20ad4a1f5a3df3816ff7070dab9b08e /sbin/sunlabel
parent12f81ec1b063673a4459247cd65b2afa23897de5 (diff)
downloadsrc-6e18dd3630e47d021c8c6e64484c361f32be8dec.tar.gz
src-6e18dd3630e47d021c8c6e64484c361f32be8dec.zip
Sync with bsdlabel/Makefile.
Notes
Notes: svn path=/head/; revision=125211
Diffstat (limited to 'sbin/sunlabel')
-rw-r--r--sbin/sunlabel/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile
index c1327564645d..4eddae450565 100644
--- a/sbin/sunlabel/Makefile
+++ b/sbin/sunlabel/Makefile
@@ -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