Deleted Added
full compact
Makefile (245527) Makefile (255386)
1# $FreeBSD: head/secure/usr.sbin/sshd/Makefile 245527 2013-01-17 01:51:04Z bz $
1# $FreeBSD: head/secure/usr.sbin/sshd/Makefile 255386 2013-09-08 10:04:26Z 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 audit.c audit-bsm.c audit-linux.c platform.c \
9 sshpty.c sshlogin.c servconf.c serverloop.c \

--- 12 unchanged lines hidden (view full) ---

22# gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile
23SRCS+= gss-genr.c
24
25MAN= sshd.8 sshd_config.5
26CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
27
28DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM}
29LDADD= -lssh -lutil -lz -lwrap ${MINUSLPAM}
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 audit.c audit-bsm.c audit-linux.c platform.c \
9 sshpty.c sshlogin.c servconf.c serverloop.c \

--- 12 unchanged lines hidden (view full) ---

22# gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile
23SRCS+= gss-genr.c
24
25MAN= sshd.8 sshd_config.5
26CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
27
28DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM}
29LDADD= -lssh -lutil -lz -lwrap ${MINUSLPAM}
30USEPRIVATELIB= ssh
30
31.if ${MK_AUDIT} != "no"
32CFLAGS+= -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR
33DPADD+= ${LIBBSM}
34LDADD+= -lbsm
35.endif
36
37.if ${MK_KERBEROS_SUPPORT} != "no"

--- 21 unchanged lines hidden ---
31
32.if ${MK_AUDIT} != "no"
33CFLAGS+= -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR
34DPADD+= ${LIBBSM}
35LDADD+= -lbsm
36.endif
37
38.if ${MK_KERBEROS_SUPPORT} != "no"

--- 21 unchanged lines hidden ---