From aa715558f4e2c14989727a3f4c496081f72cafa7 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 17 Jan 2004 13:41:16 +0000 Subject: - Properly build both crypto and non-crypto versions of the package management tools. - Drop redundant dependency of pkg_create(1) and pkg_delete(1) on crypto libraries now that they do not link with libfetch. --- usr.sbin/pkg_install/version/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'usr.sbin/pkg_install/version') diff --git a/usr.sbin/pkg_install/version/Makefile b/usr.sbin/pkg_install/version/Makefile index 8a80e49..b097a3a 100644 --- a/usr.sbin/pkg_install/version/Makefile +++ b/usr.sbin/pkg_install/version/Makefile @@ -10,11 +10,6 @@ WARNS?= 2 DPADD= ${LIBINSTALL} ${LIBFETCH} ${LIBMD} LDADD= ${LIBINSTALL} -lfetch -lmd -.if !defined(NOCRYPT) && !defined(NO_OPENSSL) -DPADD+= ${LIBSSL} ${LIBCRYPTO} -LDADD+= -lssl -lcrypto -.endif - test: ./test-pkg_version.sh -- cgit v1.1