summaryrefslogtreecommitdiffstats
path: root/lib/libmd/Makefile
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-09-15 17:15:33 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2015-10-20 12:08:38 -0500
commit01e681694febecdcbc55fd8e8218c5dfc645df03 (patch)
treea99b0c4c53783f6530c39fa6898e0a03b0d88f1b /lib/libmd/Makefile
parent3c56099da107e3ea05b7db1155928c68b4d6616f (diff)
downloadFreeBSD-src-01e681694febecdcbc55fd8e8218c5dfc645df03.zip
FreeBSD-src-01e681694febecdcbc55fd8e8218c5dfc645df03.tar.gz
MFC r285417:
Add new include path for sha256.h This fixes the bootstrap build on FreeBSD 10. Submitted by: andrew TAG: IPSEC-HEAD Issue: #4841
Diffstat (limited to 'lib/libmd/Makefile')
-rw-r--r--lib/libmd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile
index 61bea29..c1f6eb9 100644
--- a/lib/libmd/Makefile
+++ b/lib/libmd/Makefile
@@ -48,7 +48,8 @@ CLEANFILES+= md[245]hl.c md[245].ref md[245].3 mddriver \
# in which case:
# * macros are used to rename symbols to libcrypt internal names
# * no weak aliases are generated
-CFLAGS+= -I${.CURDIR} -DWEAK_REFS
+CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys/crypto/sha2
+CFLAGS+= -DWEAK_REFS
.PATH: ${.CURDIR}/${MACHINE_ARCH} ${.CURDIR}/../../sys/crypto/sha2
.if exists(${MACHINE_ARCH}/sha.S)
OpenPOWER on IntegriCloud