Actually, the canonical way would be syntactically correct.

This commit is contained in:
des 2003-01-09 12:04:21 +00:00
parent 2ea02f2f01
commit 974bf201ef

View File

@ -2,7 +2,7 @@
SUBDIR= lib add create delete info version
.if !defined(NOCRYPT) && !defined(NOSECURE) !defined(NO_OPENSSL)
.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)
DISTRIBUTION= crypto
SUBDIR+= sign
.endif