diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:16:04 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:16:04 +0000 |
| commit | a216173556ede5d21d5157db945767a08201aae1 (patch) | |
| tree | 39f12b382ddd99639a5d2e7415eefaadf4ff8ef9 /lib/libcrypt | |
| parent | 83c7ade90a32f8aaff4de282b9fc2493076a54b9 (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 67438d87213d..20e660fb59d6 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -15,7 +15,7 @@ MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_set_format.3 CFLAGS+= -I${.CURDIR}/../libmd -I${.CURDIR}/../libutil # Pull in the strong crypto, if it is present. -.if exists(${.CURDIR}/../../secure/lib/libcrypt) && !defined(NOCRYPT) +.if exists(${.CURDIR}/../../secure/lib/libcrypt) && !defined(NO_CRYPT) .PATH: ${.CURDIR}/../../secure/lib/libcrypt SRCS+= crypt-des.c crypt-blowfish.c blowfish.c CFLAGS+= -I${.CURDIR} -DHAS_DES -DHAS_BLOWFISH |
