Deleted Added
full compact
Makefile (197679) Makefile (204917)
1# $FreeBSD: head/secure/usr.bin/ssh/Makefile 197679 2009-10-01 17:12:52Z des $
1# $FreeBSD: head/secure/usr.bin/ssh/Makefile 204917 2010-03-09 19:16:43Z des $
2#
3
4.include <bsd.own.mk>
5
6PROG= ssh
7CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
8LINKS= ${BINDIR}/ssh ${BINDIR}/slogin
9MAN= ssh.1 ssh_config.5
10MLINKS= ssh.1 slogin.1
11
12SRCS= ssh.c readconf.c clientloop.c sshtty.c \
13 sshconnect.c sshconnect1.c sshconnect2.c mux.c \
2#
3
4.include <bsd.own.mk>
5
6PROG= ssh
7CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
8LINKS= ${BINDIR}/ssh ${BINDIR}/slogin
9MAN= ssh.1 ssh_config.5
10MLINKS= ssh.1 slogin.1
11
12SRCS= ssh.c readconf.c clientloop.c sshtty.c \
13 sshconnect.c sshconnect1.c sshconnect2.c mux.c \
14 roaming_common.c
14 roaming_common.c roaming_client.c
15
16# gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile
17SRCS+= gss-genr.c
18
19DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ}
20LDADD= -lssh -lutil -lz
21
22.if ${MK_KERBEROS_SUPPORT} != "no"

--- 26 unchanged lines hidden ---
15
16# gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile
17SRCS+= gss-genr.c
18
19DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ}
20LDADD= -lssh -lutil -lz
21
22.if ${MK_KERBEROS_SUPPORT} != "no"

--- 26 unchanged lines hidden ---