ssh.mk 258 B

12345678910111213
  1. # Common Make variables for OpenSSH
  2. .include <src.opts.mk>
  3. SSHDIR= ${SRCTOP}/crypto/openssh
  4. CFLAGS+= -I${SSHDIR} -include ssh_namespace.h
  5. SRCS+= ssh_namespace.h
  6. .if ${MK_USB} != "no"
  7. # Built-in security key support
  8. CFLAGS+= -include sk_config.h
  9. .endif