2 # $FreeBSD: src/lib/libcrypt/Makefile,v 1.24.2.4 2001/07/16 03:28:26 peter Exp $
9 .PATH
: ${.CURDIR
}/..
/libmd
10 SRCS
= blowfish.c crypt.c crypt-blowfish.c crypt-des.c crypt-md5.c \
11 crypt-sha256.c crypt-sha512.c \
12 deprecated-crypt-sha256.c deprecated-crypt-sha512.c \
18 MLINKS
= crypt
.3 crypt_get_format
.3 crypt
.3 crypt_set_format
.3
19 CFLAGS
+= -I
${.CURDIR
}/..
/libmd
-I
${.CURDIR
}/..
/libutil
20 CFLAGS
+= -I
${.CURDIR
}/..
/..
/crypto
/libressl
/include
21 CFLAGS
+= -D_CTYPE_H_DISABLE_MACROS_
22 CFLAGS
+= -I
${.CURDIR
} -DHAS_DES
-DHAS_BLOWFISH
23 # And the auth_getval() code and support.
24 .PATH
: ${.CURDIR
}/..
/libutil
25 SRCS
+= auth.c property.c
26 .for sym in MD5Init MD5Final MD5Update MD5Pad MD5Transform auth_getval \
27 property_find properties_read properties_free
28 CFLAGS
+= -D
${sym}=_libcrypt_
${sym}