summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/bsdlabel/Makefile')
-rw-r--r--sbin/bsdlabel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile
index 58c54f5..82bac93 100644
--- a/sbin/bsdlabel/Makefile
+++ b/sbin/bsdlabel/Makefile
@@ -16,8 +16,8 @@ LINKS= ${BINDIR}/bsdlabel ${BINDIR}/disklabel
MLINKS+= bsdlabel.8 disklabel.8
.endif
-DDADD= ${LIBGEOM}
-LDADD= -lgeom -lbsdxml -lsbuf
+DPADD= ${LIBGEOM}
+LDADD= -lgeom
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
OpenPOWER on IntegriCloud