Author: nyan
Date: Sun Sep 28 08:23:26 2014
New Revision: 272243
URL: http://svnweb.freebsd.org/changeset/base/272243

Log:
  Merged from r183296.
  
    Add missing library dependencies.

Modified:
  head/sbin/fdisk_pc98/Makefile

Modified: head/sbin/fdisk_pc98/Makefile
==============================================================================
--- head/sbin/fdisk_pc98/Makefile       Sun Sep 28 07:43:38 2014        
(r272242)
+++ head/sbin/fdisk_pc98/Makefile       Sun Sep 28 08:23:26 2014        
(r272243)
@@ -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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to