aboutsummaryrefslogtreecommitdiff
path: root/secure/ssh.mk
blob: 822946253263f0c138fb3e3cdd1518b5690737bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Common Make variables for OpenSSH

.include <src.opts.mk>

SSHDIR=		${SRCTOP}/crypto/openssh

CFLAGS+= -I${SSHDIR} -include ssh_namespace.h
SRCS+=	 ssh_namespace.h

.if ${MK_USB} != "no"
CFLAGS+=	-DENABLE_SK_INTERNAL=1
.endif