summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-03 21:16:52 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-03 21:16:52 +0000
commite1dd5c5240bb9506efd95cf28080ebc296086a11 (patch)
tree5c874ac41d16386f59821c3106690295821d125a /usr.sbin
parent8d77ecefb78a0e7ec702cf614a78dd85de9395ee (diff)
downloadFreeBSD-src-e1dd5c5240bb9506efd95cf28080ebc296086a11.zip
FreeBSD-src-e1dd5c5240bb9506efd95cf28080ebc296086a11.tar.gz
Convert to LIBADD
Sponsored by: EMC / Isilon Storage Division
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 bd981df..5b1d339 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}
OpenPOWER on IntegriCloud