mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't install includes if NO_TOOLCHAIN
This commit is contained in:
parent
40a495853a
commit
f06e2f8233
1 changed files with 2 additions and 0 deletions
|
|
@ -17,8 +17,10 @@ SRCS= bio_ssl.c s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c \
|
|||
ssl_err.c ssl_err2.c ssl_lib.c ssl_rsa.c ssl_sess.c ssl_stat.c \
|
||||
ssl_txt.c t1_clnt.c t1_enc.c t1_lib.c t1_meth.c t1_srvr.c
|
||||
|
||||
.if !defined(NO_TOOLCHAIN)
|
||||
INCS= kssl.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h
|
||||
INCSDIR=${INCLUDEDIR}/openssl
|
||||
.endif
|
||||
|
||||
DPADD= ${LIBCRYPTO}
|
||||
LDADD= -lcrypto
|
||||
|
|
|
|||
Loading…
Reference in a new issue