summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/version/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-17 13:41:16 +0000
committerru <ru@FreeBSD.org>2004-01-17 13:41:16 +0000
commitaa715558f4e2c14989727a3f4c496081f72cafa7 (patch)
tree79b1321000d3e21e49ba02e0adc2e8379fbfb74e /usr.sbin/pkg_install/version/Makefile
parentddb28fa2a8105561158b9b8b18bc101c35b1d30a (diff)
downloadFreeBSD-src-aa715558f4e2c14989727a3f4c496081f72cafa7.zip
FreeBSD-src-aa715558f4e2c14989727a3f4c496081f72cafa7.tar.gz
- 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.
Diffstat (limited to 'usr.sbin/pkg_install/version/Makefile')
-rw-r--r--usr.sbin/pkg_install/version/Makefile5
1 files changed, 0 insertions, 5 deletions
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
OpenPOWER on IntegriCloud