aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-12-03 21:16:52 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-12-03 21:16:52 +0000
commitfea60e240ea430d56ac607ea03d57e7a8915c50b (patch)
tree5c874ac41d16386f59821c3106690295821d125a /usr.sbin
parent80815a778ec9d0fc06b0e000c4608da4b4f3a711 (diff)
downloadsrc-fea60e240ea430d56ac607ea03d57e7a8915c50b.tar.gz
src-fea60e240ea430d56ac607ea03d57e7a8915c50b.zip
Convert to LIBADD
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=291720
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/fstyp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/fstyp/Makefile b/usr.sbin/fstyp/Makefile
index bd981df8e9a3..5b1d339240eb 100644
--- a/usr.sbin/fstyp/Makefile
+++ b/usr.sbin/fstyp/Makefile
@@ -36,8 +36,7 @@ CFLAGS+= -I${.CURDIR}/../../cddl/contrib/opensolaris/head
CFLAGS+=-I${.CURDIR}/../../sys
-DPADD= ${LIBGEOM} ${LIBMD}
-LDADD= -lgeom -lmd
+LIBADD= geom md
.if ${MK_ZFS} != "no"
DPADD += ${LIBNVPAIR} ${LIBZFS}