Deleted Added
full compact
Makefile (158519) Makefile (158529)
1# $FreeBSD: head/secure/usr.sbin/sshd/Makefile 158519 2006-05-13 13:47:45Z des $
1# $FreeBSD: head/secure/usr.sbin/sshd/Makefile 158529 2006-05-13 21:38:16Z 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 \

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

42.endif
43
44DPADD+= ${LIBCRYPTO} ${LIBCRYPT}
45LDADD+= -lcrypto -lcrypt
46
47.include <bsd.prog.mk>
48
49.PATH: ${SSHDIR}
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 \

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

42.endif
43
44DPADD+= ${LIBCRYPTO} ${LIBCRYPT}
45LDADD+= -lcrypto -lcrypt
46
47.include <bsd.prog.mk>
48
49.PATH: ${SSHDIR}
50
51${OBJS} ${POBJS} ${SOBJS}: ssh_namespace.h