diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-11-06 17:39:17 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-11-06 17:39:17 +0000 |
| commit | d7c49e6c15730f2ddd9189a4ee77cd1d54b2f33e (patch) | |
| tree | aab4ecf6a77cf8dd120c42404924e391b7672e23 /secure/lib/libssl | |
| parent | d3565bb67c970566a1b01d41571711ba7b4a0683 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssl')
| -rw-r--r-- | secure/lib/libssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 6b2bf3a075a2..5e538def21fe 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -23,6 +23,8 @@ INCSDIR=${INCLUDEDIR}/openssl LIBADD= crypto +CFLAGS+= -I${LCRYPTO_SRC}/crypto + .include <bsd.lib.mk> .PATH: ${LCRYPTO_SRC}/ssl \ |
