Don't build csup if NO_CRYPT or NO_OPENSSL is defined, since we depend

on those.

Reported by:	marius
This commit is contained in:
Maxime Henrion 2006-03-03 21:12:05 +00:00
parent 1bf308c1ea
commit b0b13d1534

View File

@ -41,7 +41,7 @@ SUBDIR= alias \
compile_et \
compress \
csplit \
csup \
${_csup} \
ctags \
cut \
${_dig} \
@ -258,6 +258,7 @@ _calendar= calendar
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
_chkey= chkey
_newkey= newkey
_csup= csup
.endif
.if defined(YES_HESIOD)