diff options
author | des <des@FreeBSD.org> | 2013-09-08 10:04:26 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-09-08 10:04:26 +0000 |
commit | aba57138f98f1a98e4b7c7c61511daefb0542524 (patch) | |
tree | f2835476e45d4ca44151693a34601050c9a00415 /lib/libldns | |
parent | 89699e113faea33b4d774b5e403372f58d276c5b (diff) | |
download | FreeBSD-src-aba57138f98f1a98e4b7c7c61511daefb0542524.zip FreeBSD-src-aba57138f98f1a98e4b7c7c61511daefb0542524.tar.gz |
Make libldns and libssh private.
Approved by: re (blanket)
Diffstat (limited to 'lib/libldns')
-rw-r--r-- | lib/libldns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile index a46c3ab..0fb570b 100644 --- a/lib/libldns/Makefile +++ b/lib/libldns/Makefile @@ -6,7 +6,7 @@ LDNSDIR = ${.CURDIR}/../../contrib/ldns .PATH: ${LDNSDIR} ${LDNSDIR}/compat LIB= ldns -INTERNALLIB= true +PRIVATELIB= true CFLAGS+= -I${LDNSDIR} |