summaryrefslogtreecommitdiff
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-05-19 15:52:01 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-05-19 15:52:01 +0000
commit7691f66abfbcf43a14ca86b9875c01a31f101db3 (patch)
tree9be45a94055cfc0506641b2e8790903643f53b99 /lib/libcrypt
parente5b4d90497c3bc6ea11b2c72d76954fb60250da0 (diff)
Notes
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
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