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 /secure/usr.sbin | |
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 'secure/usr.sbin')
-rw-r--r-- | secure/usr.sbin/sshd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 3fb0708..bb37ae4 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -27,6 +27,7 @@ CFLAGS+=-I${SSHDIR} -include ssh_namespace.h DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM} LDADD= -lssh -lutil -lz -lwrap ${MINUSLPAM} +USEPRIVATELIB= ssh .if ${MK_AUDIT} != "no" CFLAGS+= -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR |