summaryrefslogtreecommitdiff
path: root/lib/librpcsec_gss
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 11:07:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 11:07:26 +0000
commit6b129086dcee14496517fae085b448e3edc69bc7 (patch)
tree9490af12e8dfdddce4107ac3a4cefe6c56ba0614 /lib/librpcsec_gss
parentd98c8ac029f43d6d1b790246c01075b6eabf6a77 (diff)
downloadsrc-test-6b129086dcee14496517fae085b448e3edc69bc7.tar.gz
src-test-6b129086dcee14496517fae085b448e3edc69bc7.zip
Convert libraries to use LIBADD
While here reduce a bit overlinking
Notes
Notes: svn path=/head/; revision=275024
Diffstat (limited to 'lib/librpcsec_gss')
-rw-r--r--lib/librpcsec_gss/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/librpcsec_gss/Makefile b/lib/librpcsec_gss/Makefile
index 67a79635cc0d3..c3e768445004b 100644
--- a/lib/librpcsec_gss/Makefile
+++ b/lib/librpcsec_gss/Makefile
@@ -5,8 +5,7 @@ SHLIB_MAJOR= 1
SRCS+= rpcsec_gss.c rpcsec_gss_prot.c rpcsec_gss_conf.c rpcsec_gss_misc.c \
svc_rpcsec_gss.c
-DPADD+= ${LIBGSSAPI}
-LDADD+= -lgssapi
+LIBADD= gssapi
VERSION_DEF= ${.CURDIR}/../libc/Versions.def
SYMBOL_MAPS= ${.CURDIR}/Symbol.map