Make sure the crypto versions of libfetch and fetch(1) appear in

the "crypto" distribution.

Approved by:	des
This commit is contained in:
Ruslan Ermilov 2003-07-22 13:54:31 +00:00
parent b92ba02261
commit 36317d686a
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ MAN= fetch.3
CLEANFILES= ftperr.h httperr.h
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
DISTRIBUTION= crypto
CFLAGS+= -DWITH_SSL
DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto

View File

@ -6,6 +6,7 @@ WARNS?= 6
DPADD= ${LIBFETCH}
LDADD= -lfetch
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
DISTRIBUTION= crypto
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
.endif