svn commit: r291720 - head/usr.sbin/fstyp
Bryan Drewery
bdrewery at FreeBSD.org
Thu Dec 3 21:16:54 UTC 2015
Author: bdrewery
Date: Thu Dec 3 21:16:52 2015
New Revision: 291720
URL: https://svnweb.freebsd.org/changeset/base/291720
Log:
Convert to LIBADD
Sponsored by: EMC / Isilon Storage Division
Modified:
head/usr.sbin/fstyp/Makefile
Modified: head/usr.sbin/fstyp/Makefile
==============================================================================
--- head/usr.sbin/fstyp/Makefile Thu Dec 3 21:13:35 2015 (r291719)
+++ head/usr.sbin/fstyp/Makefile Thu Dec 3 21:16:52 2015 (r291720)
@@ -36,8 +36,7 @@ CFLAGS+= -I${.CURDIR}/../../cddl/contrib
CFLAGS+=-I${.CURDIR}/../../sys
-DPADD= ${LIBGEOM} ${LIBMD}
-LDADD= -lgeom -lmd
+LIBADD= geom md
.if ${MK_ZFS} != "no"
DPADD += ${LIBNVPAIR} ${LIBZFS}
More information about the svn-src-head
mailing list