Makefile (2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f) Makefile (ff75e00737d1906e8a2c37df4f46332d746c6e1c)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5LIB= ssh
6PRIVATELIB= true
7SHLIB_MAJOR= 5
8SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c \

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

36SRCS+= getrrsetbyname-ldns.c
37LIBADD+= ldns
38.endif
39
40CFLAGS+= -I${SSHDIR} -include ssh_namespace.h
41
42.if ${MK_KERBEROS_SUPPORT} != "no"
43CFLAGS+= -include krb5_config.h
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5LIB= ssh
6PRIVATELIB= true
7SHLIB_MAJOR= 5
8SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c \

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

36SRCS+= getrrsetbyname-ldns.c
37LIBADD+= ldns
38.endif
39
40CFLAGS+= -I${SSHDIR} -include ssh_namespace.h
41
42.if ${MK_KERBEROS_SUPPORT} != "no"
43CFLAGS+= -include krb5_config.h
44LIBADD+= gssapi krb5 hx509 asn1 com_err md roken
45.endif
46
47.if ${MK_OPENSSH_NONE_CIPHER} != "no"
48CFLAGS+= -DNONE_CIPHER_ENABLED
49.endif
50
51NO_LINT=
52
53LIBADD+= crypto crypt z
54
55.include <bsd.lib.mk>
56
57.PATH: ${SSHDIR} ${SSHDIR}/openbsd-compat
58
59${OBJS} ${POBJS} ${SOBJS}: ssh_namespace.h
60.if ${MK_KERBEROS_SUPPORT} != "no"
61${OBJS} ${POBJS} ${SOBJS}: krb5_config.h
62.endif
44.endif
45
46.if ${MK_OPENSSH_NONE_CIPHER} != "no"
47CFLAGS+= -DNONE_CIPHER_ENABLED
48.endif
49
50NO_LINT=
51
52LIBADD+= crypto crypt z
53
54.include <bsd.lib.mk>
55
56.PATH: ${SSHDIR} ${SSHDIR}/openbsd-compat
57
58${OBJS} ${POBJS} ${SOBJS}: ssh_namespace.h
59.if ${MK_KERBEROS_SUPPORT} != "no"
60${OBJS} ${POBJS} ${SOBJS}: krb5_config.h
61.endif