svn commit: r274009 - stable/9/sbin/fdisk_pc98
Takahashi Yoshihiro
nyan at FreeBSD.org
Mon Nov 3 05:36:13 UTC 2014
Author: nyan
Date: Mon Nov 3 05:36:12 2014
New Revision: 274009
URL: https://svnweb.freebsd.org/changeset/base/274009
Log:
MFC: r272243
Add missing library dependencies.
Modified:
stable/9/sbin/fdisk_pc98/Makefile
Directory Properties:
stable/9/sbin/fdisk_pc98/ (props changed)
Modified: stable/9/sbin/fdisk_pc98/Makefile
==============================================================================
--- stable/9/sbin/fdisk_pc98/Makefile Mon Nov 3 05:35:45 2014 (r274008)
+++ stable/9/sbin/fdisk_pc98/Makefile Mon Nov 3 05:36:12 2014 (r274009)
@@ -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>
More information about the svn-src-stable-9
mailing list