Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ssh.mk « secure - github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ee533c10ecab00d1f1f7712f8b8bfa06314d3cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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"
# Built-in security key support
CFLAGS+= -include sk_config.h
.endif