xref: /freebsd/secure/ssh.mk (revision a63701848fe5462c4e8bbff0131bb42979e603ec)
1# Common Make variables for OpenSSH
2
3.include <src.opts.mk>
4
5SSHDIR=		${SRCTOP}/crypto/openssh
6
7CFLAGS+= -I${SSHDIR} -include ssh_namespace.h
8SRCS+=	 ssh_namespace.h
9
10CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE:U/usr/local}/bin/xauth\"
11
12.if ${MK_USB} != "no"
13# Built-in security key support
14CFLAGS+= -include sk_config.h
15.endif
16