diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2022-03-01 21:42:13 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2022-04-15 16:30:21 +0000 |
| commit | bf6262c210d49cf52545e3e26de850890ae845ea (patch) | |
| tree | c4db6a06cd40c303665c7b494e1d5d7a565dca90 /secure/ssh.mk | |
| parent | 3ec2816ad7a19dc2ae21ccd2d2d2c236027e4572 (diff) | |
Diffstat (limited to 'secure/ssh.mk')
| -rw-r--r-- | secure/ssh.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/ssh.mk b/secure/ssh.mk index 822946253263..9ee533c10eca 100644 --- a/secure/ssh.mk +++ b/secure/ssh.mk @@ -8,5 +8,6 @@ CFLAGS+= -I${SSHDIR} -include ssh_namespace.h SRCS+= ssh_namespace.h .if ${MK_USB} != "no" -CFLAGS+= -DENABLE_SK_INTERNAL=1 +# Built-in security key support +CFLAGS+= -include sk_config.h .endif |
