xref: /freebsd-13.1/secure/ssh.mk (revision a613d68f)
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"
11CFLAGS+=	-DENABLE_SK_INTERNAL=1
12.endif
13