aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt/Makefile
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2024-10-26 14:16:10 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2024-10-26 18:11:02 +0000
commit87c2aab0a0b3db2a4690773b869e8cfc8b3ac6c2 (patch)
treeda61b56b6035bf4cb3790a8bec5eafaca0619878 /lib/libcrypt/Makefile
parent39f6d1e7f8356825e84392952127f9a70213229d (diff)
Diffstat (limited to 'lib/libcrypt/Makefile')
-rw-r--r--lib/libcrypt/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index 5a9eac4c682f..e939bae1bc25 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -1,6 +1,3 @@
-#
-#
-
SHLIBDIR?= /lib
.include <src.opts.mk>
@@ -18,7 +15,8 @@ SRCS= crypt.c misc.c \
MAN= crypt.3
MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_r.3 \
crypt.3 crypt_set_format.3
-CFLAGS+= -I${SRCTOP}/lib/libmd
+CFLAGS+= -I${SRCTOP}/lib/libmd \
+ -I${SRCTOP}/sys/crypto/sha2
# Pull in the strong crypto, if it is present.
.if exists(${SRCTOP}/secure/lib/libcrypt) && ${MK_CRYPT} != "no"