diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2013-09-08 10:04:26 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2013-09-08 10:04:26 +0000 |
commit | 0b2766bd4edd70dd3b9cd8ac37d36b4b5a5c297a (patch) | |
tree | f2835476e45d4ca44151693a34601050c9a00415 /lib/libldns | |
parent | 773eec475a6d8cbc2a17011d417834b66d7c10c5 (diff) |
Make libldns and libssh private.
Approved by: re (blanket)
Notes
Notes:
svn path=/head/; revision=255386
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 a46c3ab72847..0fb570b64c50 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} |