From 7691f66abfbcf43a14ca86b9875c01a31f101db3 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Mon, 19 May 2003 15:52:01 +0000 Subject: Retire the useless NOSECURE knob. Approved by: re (scottl) --- lib/libcrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libcrypt') diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index ed4b2925171d..eda43f62017e 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -13,7 +13,7 @@ CFLAGS+= -I${.CURDIR}/../libmd -I${.CURDIR}/../libutil CFLAGS+= -DLIBC_SCCS -Wall # Pull in the crypt-des.c source, assuming it is present. .if exists(${.CURDIR}/../../secure/lib/libcrypt/crypt-des.c) && \ - !defined(NOSECURE) && !defined(NOCRYPT) + !defined(NOCRYPT) .PATH: ${.CURDIR}/../../secure/lib/libcrypt SRCS+= crypt-des.c crypt-blowfish.c blowfish.c CFLAGS+= -I${.CURDIR} -DHAS_DES -DHAS_BLOWFISH -- cgit v1.3