summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Coddens <bart.coddens@gmail.com>2013-05-31 14:20:57 -0400
committerDan McDonald <danmcd@nexenta.com>2013-05-31 14:20:57 -0400
commit93c022fe755ab555fe7ba5e571921b1853459e13 (patch)
tree5593278b2882c5a01a83839533a5529b457a522b
parent2974b68dd4245e041051c854ef990e47c8271e71 (diff)
downloadillumos-joyent-93c022fe755ab555fe7ba5e571921b1853459e13.tar.gz
3664 pkg/Makefile openssl logic should be removed
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@nexenta.com>
-rw-r--r--usr/src/pkg/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/pkg/Makefile b/usr/src/pkg/Makefile
index 4e708972af..e01f585ed6 100644
--- a/usr/src/pkg/Makefile
+++ b/usr/src/pkg/Makefile
@@ -152,10 +152,6 @@ sparc_ARCH32= sparcv7
i386_ARCH64= amd64
sparc_ARCH64= sparcv9
-OPENSSL = /usr/bin/openssl
-OPENSSL10.cmd = $(OPENSSL) version | $(NAWK) '{if($$2<1){print "\043";}}'
-OPENSSL10_ONLY = $(OPENSSL10.cmd:sh)
-
#
# macros and transforms needed by pkgmogrify
#
@@ -172,7 +168,6 @@ PM_INC= transforms manifests
PKGMOG_DEFINES= \
i386_ONLY=$(POUND_SIGN) \
sparc_ONLY=$(POUND_SIGN) \
- OPENSSL10_ONLY=$(OPENSSL10_ONLY) \
$(PKGMACH)_ONLY= \
ARCH=$(PKGMACH) \
ARCH32=$($(PKGMACH)_ARCH32) \