From 35d5e319f1364dfee2aa34a19799430476ca39ea Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 22 Jul 2003 13:54:31 +0000 Subject: Make sure the crypto versions of libfetch and fetch(1) appear in the "crypto" distribution. Approved by: des --- usr.bin/fetch/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin') diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 7b92352..695013d 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -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 -- cgit v1.1