summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2005-06-06 16:13:07 +0000
committerdes <des@FreeBSD.org>2005-06-06 16:13:07 +0000
commit6ea5ed6d7a4b4ffc84eeac2b3c15a7a696e9a89e (patch)
treefc0d891fb78693b9d28a32724c77136823e79d08 /secure/usr.sbin
parent833755d1b8037e4977cb01dee314f94a268dd21a (diff)
downloadFreeBSD-src-6ea5ed6d7a4b4ffc84eeac2b3c15a7a696e9a89e.zip
FreeBSD-src-6ea5ed6d7a4b4ffc84eeac2b3c15a7a696e9a89e.tar.gz
Make libssh an INTERNALLIB like it is in {Net,Open}BSD.
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 4e73571..fef808b 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
-#
+
+LIBSSH= ${.OBJDIR}/../../lib/libssh/libssh.a
PROG= sshd
SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
@@ -12,16 +13,13 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
auth-krb5.c \
auth2-gss.c gss-serv.c gss-serv-krb5.c \
loginrec.c auth-pam.c auth-shadow.c auth-sia.c md5crypt.c \
- audit.c audit-bsm.c \
- gss-genr.c
-
-# gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile
+ audit.c audit-bsm.c
MAN= sshd.8 sshd_config.5
CFLAGS+=-I${SSHDIR}
DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM}
-LDADD= -lssh -lutil -lz -lwrap ${MINUSLPAM}
+LDADD= ${LIBSSH} -lutil -lz -lwrap ${MINUSLPAM}
.if !defined(NO_KERBEROS)
CFLAGS+= -DGSSAPI -DHAVE_GSSAPI_H=1 -DKRB5 -DHEIMDAL
OpenPOWER on IntegriCloud