summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk_pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2014-09-28 08:23:26 +0000
committernyan <nyan@FreeBSD.org>2014-09-28 08:23:26 +0000
commit7f50c94166bc496f7130ccd3ef41483c2e1f1bb1 (patch)
tree185f6337a48f1bd3d3989277a0fab87e8c31a196 /sbin/fdisk_pc98
parent53d7fba29f6b9adaebc067e8c317ef527493cc83 (diff)
downloadFreeBSD-src-7f50c94166bc496f7130ccd3ef41483c2e1f1bb1.zip
FreeBSD-src-7f50c94166bc496f7130ccd3ef41483c2e1f1bb1.tar.gz
Merged from r183296.
Add missing library dependencies.
Diffstat (limited to 'sbin/fdisk_pc98')
-rw-r--r--sbin/fdisk_pc98/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk_pc98/Makefile b/sbin/fdisk_pc98/Makefile
index e5932f8..6961d31 100644
--- a/sbin/fdisk_pc98/Makefile
+++ b/sbin/fdisk_pc98/Makefile
@@ -7,7 +7,7 @@ MAN= fdisk.8
.PATH: ${.CURDIR}/../../sys/geom
-DPADD += ${LIBGEOM}
-LDADD += -lgeom
+DPADD+= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
+LDADD+= -lgeom -lbsdxml -lsbuf
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud