Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2014 05:36:13 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r274009 - stable/9/sbin/fdisk_pc98
Message-ID:  <201411030536.sA35aDvx075426@svn.freebsd.org>

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



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