usr/src/pkg/Makefile
changeset 13725 935cf5917cbc
parent 13566 5bf439036a17
parent 13722 181ba6c41bee
child 14129 31867e9f3bb9
equal deleted inserted replaced
13720:577f82319ed3 13725:935cf5917cbc
   150 i386_ARCH32= i86
   150 i386_ARCH32= i86
   151 sparc_ARCH32= sparcv7
   151 sparc_ARCH32= sparcv7
   152 i386_ARCH64= amd64
   152 i386_ARCH64= amd64
   153 sparc_ARCH64= sparcv9
   153 sparc_ARCH64= sparcv9
   154 
   154 
       
   155 OPENSSL	=	/usr/bin/openssl
       
   156 OPENSSL10.cmd = $(OPENSSL) version | $(NAWK) '{if($$2<1){print "\043";}}'
       
   157 OPENSSL10_ONLY	=	$(OPENSSL10.cmd:sh)
       
   158 
   155 #
   159 #
   156 # macros and transforms needed by pkgmogrify
   160 # macros and transforms needed by pkgmogrify
   157 #
   161 #
   158 # If you append to this list using target-specific assignments (:=),
   162 # If you append to this list using target-specific assignments (:=),
   159 # be very careful that the targets are of the form $(PDIR)/pkgname.  If
   163 # be very careful that the targets are of the form $(PDIR)/pkgname.  If
   166 PM_INC= transforms manifests
   170 PM_INC= transforms manifests
   167 
   171 
   168 PKGMOG_DEFINES= \
   172 PKGMOG_DEFINES= \
   169 	i386_ONLY=$(POUND_SIGN) \
   173 	i386_ONLY=$(POUND_SIGN) \
   170 	sparc_ONLY=$(POUND_SIGN) \
   174 	sparc_ONLY=$(POUND_SIGN) \
       
   175 	OPENSSL10_ONLY=$(OPENSSL10_ONLY) \
   171 	$(PKGMACH)_ONLY= \
   176 	$(PKGMACH)_ONLY= \
   172 	ARCH=$(PKGMACH) \
   177 	ARCH=$(PKGMACH) \
   173 	ARCH32=$($(PKGMACH)_ARCH32) \
   178 	ARCH32=$($(PKGMACH)_ARCH32) \
   174 	ARCH64=$($(PKGMACH)_ARCH64) \
   179 	ARCH64=$($(PKGMACH)_ARCH64) \
   175 	PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \
   180 	PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \