--- src/lib/libcrypt/Makefile 2005/06/27 20:27:36 1.5 +++ src/lib/libcrypt/Makefile 2005/09/06 18:55:19 1.6 @@ -15,7 +15,7 @@ CFLAGS+= -DLIBC_SCCS -Wall CFLAGS+= -D_CTYPE_H_DISABLE_MACROS_ # Pull in the crypt-des.c source, assuming it is present. .if exists(${.CURDIR}/../../secure/lib/libcrypt/crypt-des.c) && \ - !defined(NOCRYPT) + !defined(NO_CRYPT) .PATH: ${.CURDIR}/../../secure/lib/libcrypt SRCS+= crypt-des.c crypt-blowfish.c blowfish.c CFLAGS+= -I${.CURDIR} -DHAS_DES -DHAS_BLOWFISH