Deleted Added
full compact
Makefile (192595) Makefile (197679)
1# $FreeBSD: head/secure/usr.sbin/sshd/Makefile 192595 2009-05-22 18:46:28Z des $
1# $FreeBSD: head/secure/usr.sbin/sshd/Makefile 197679 2009-10-01 17:12:52Z des $
2#
3
4.include <bsd.own.mk>
5
6PROG= sshd
7SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
8 sshpty.c sshlogin.c servconf.c serverloop.c \
9 auth.c auth1.c auth2.c auth-options.c session.c \
10 auth-chall.c auth2-chall.c groupaccess.c \
11 auth-skey.c auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \
12 auth2-none.c auth2-passwd.c auth2-pubkey.c auth2-jpake.c \
13 monitor_mm.c monitor.c monitor_wrap.c kexdhs.c kexgexs.c \
14 auth-krb5.c \
15 auth2-gss.c gss-serv.c gss-serv-krb5.c \
16 loginrec.c auth-pam.c auth-shadow.c auth-sia.c md5crypt.c \
17 audit.c audit-bsm.c platform.c sftp-server.c sftp-common.c \
2#
3
4.include <bsd.own.mk>
5
6PROG= sshd
7SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
8 sshpty.c sshlogin.c servconf.c serverloop.c \
9 auth.c auth1.c auth2.c auth-options.c session.c \
10 auth-chall.c auth2-chall.c groupaccess.c \
11 auth-skey.c auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \
12 auth2-none.c auth2-passwd.c auth2-pubkey.c auth2-jpake.c \
13 monitor_mm.c monitor.c monitor_wrap.c kexdhs.c kexgexs.c \
14 auth-krb5.c \
15 auth2-gss.c gss-serv.c gss-serv-krb5.c \
16 loginrec.c auth-pam.c auth-shadow.c auth-sia.c md5crypt.c \
17 audit.c audit-bsm.c platform.c sftp-server.c sftp-common.c \
18 gss-genr.c
18 roaming_common.c
19
20# gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile
19
20# gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile
21SRCS+= gss-genr.c
21
22MAN= sshd.8 sshd_config.5
23CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
24
25DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM}
26LDADD= -lssh -lutil -lz -lwrap ${MINUSLPAM}
27
28.if ${MK_AUDIT} != "no"

--- 32 unchanged lines hidden ---
22
23MAN= sshd.8 sshd_config.5
24CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
25
26DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM}
27LDADD= -lssh -lutil -lz -lwrap ${MINUSLPAM}
28
29.if ${MK_AUDIT} != "no"

--- 32 unchanged lines hidden ---