From aba57138f98f1a98e4b7c7c61511daefb0542524 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 8 Sep 2013 10:04:26 +0000 Subject: Make libldns and libssh private. Approved by: re (blanket) --- secure/usr.sbin/sshd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'secure/usr.sbin') 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 -- cgit v1.1