summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-03 08:04:24 +0000
committerphk <phk@FreeBSD.org>2003-05-03 08:04:24 +0000
commit2d603e9073ce8f3d3d5b7159fc89665faf7634d2 (patch)
tree5f21c197f199b8c74b53e2836c270c9222659218 /sbin/bsdlabel/Makefile
parentbbc021cef5bf2653bc66f885455851f31ccb3479 (diff)
downloadFreeBSD-src-2d603e9073ce8f3d3d5b7159fc89665faf7634d2.zip
FreeBSD-src-2d603e9073ce8f3d3d5b7159fc89665faf7634d2.tar.gz
Use new geom.ctl based OAM instead of ioctls.
Various cleanup.
Diffstat (limited to 'sbin/bsdlabel/Makefile')
-rw-r--r--sbin/bsdlabel/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile
index 925fbdf..09a2fa6 100644
--- a/sbin/bsdlabel/Makefile
+++ b/sbin/bsdlabel/Makefile
@@ -6,6 +6,9 @@ SRCS= bsdlabel.c geom_bsd_enc.c
#MAN+= bsdlabel.5
MAN+= bsdlabel.8
+DDADD= ${LIBGEOM}
+LDADD= -lgeom -lbsdxml -lsbuf
+
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
@@ -16,3 +19,6 @@ CFLAGS+= -DPC98
test: ${PROG}
sh ${.CURDIR}/runtest.sh
+
+testx: ${PROG}
+ sh -x ${.CURDIR}/runtest.sh
OpenPOWER on IntegriCloud