xref: /freebsd/secure/ssh.mk (revision 35c87c070a2d04f06c56578b0a4b2e9c13f62be5)
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
10.if ${MK_USB} != "no"
11# Built-in security key support
12CFLAGS+= -include sk_config.h
13.endif
14