mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
7 lines
142 B
Makefile
7 lines
142 B
Makefile
|
|
# Common Make variables for OpenSSH
|
||
|
|
|
||
|
|
SSHDIR= ${SRCTOP}/crypto/openssh
|
||
|
|
|
||
|
|
CFLAGS+= -I${SSHDIR} -include ssh_namespace.h
|
||
|
|
SRCS+= ssh_namespace.h
|