freebsd-ports/java/jdk15/files/patch-j2se::security::Makefile
Greg Lewis 920e8b7f80 . Install the PKCS#11 JAR and build and install the PKCS#11 native library.
Prompted by:	ale, Havard Eidnes <he@uninett.no>
2008-01-14 06:08:08 +00:00

13 lines
492 B
Text

$FreeBSD$
--- ../../j2se/make/sun/security/Makefile.orig Sat Jan 12 21:33:28 2008
+++ ../../j2se/make/sun/security/Makefile Sat Jan 12 21:33:51 2008
@@ -27,7 +27,7 @@
endif # solaris
endif
-SUBDIRS = acl action util x509 pkcs provider tools keytool jgss validator jca rsa timestamp $(TOOLS_SUBDIRS)
+SUBDIRS = acl action util x509 pkcs pkcs11 provider tools keytool jgss validator jca rsa timestamp $(TOOLS_SUBDIRS)
all optimized debug clean clobber ::
@for i in $(SUBDIRS) ; do \