aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-05-03 08:04:24 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-05-03 08:04:24 +0000
commit5daa806da07aafec775755253057ecd8047c9759 (patch)
tree5f21c197f199b8c74b53e2836c270c9222659218 /sbin/bsdlabel/Makefile
parenta767c3daa3968b3541cc53f606effd472efe2b00 (diff)
downloadsrc-5daa806da07aafec775755253057ecd8047c9759.tar.gz
src-5daa806da07aafec775755253057ecd8047c9759.zip
Use new geom.ctl based OAM instead of ioctls.
Various cleanup.
Notes
Notes: svn path=/head/; revision=114569
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 925fbdfdb77e..09a2fa669009 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