Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 08:23:26 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272243 - head/sbin/fdisk_pc98
Message-ID:  <201409280823.s8S8NQe9096368@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409280823.s8S8NQe9096368>