DISTRIBUTION is normally single-valued.

This commit is contained in:
Ruslan Ermilov 2004-01-18 09:32:52 +00:00
parent 869537e12d
commit 7372ca5c03

View File

@ -27,5 +27,5 @@
SHLIB_MAJOR= 2
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
DISTRIBUTION+= crypto
DISTRIBUTION= crypto
.endif