aboutsummaryrefslogtreecommitdiff
path: root/secure/ssh.mk
diff options
context:
space:
mode:
Diffstat (limited to 'secure/ssh.mk')
-rw-r--r--secure/ssh.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/secure/ssh.mk b/secure/ssh.mk
index 4ab8cd399ae8..822946253263 100644
--- a/secure/ssh.mk
+++ b/secure/ssh.mk
@@ -1,6 +1,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