summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-j2se::security::Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2008-01-14 06:08:08 +0000
committerGreg Lewis <glewis@FreeBSD.org>2008-01-14 06:08:08 +0000
commit920e8b7f80c3ad2677fc592669bbd4624041bcfe (patch)
treebb9bfc684a2b4675241a93d41994e82a67395901 /java/jdk15/files/patch-j2se::security::Makefile
parentA bandaid for recent cheeseshop -> pypi rename. (diff)
. Install the PKCS#11 JAR and build and install the PKCS#11 native library.
Prompted by: ale, Havard Eidnes <he@uninett.no>
Notes
Notes: svn path=/head/; revision=205625
Diffstat (limited to 'java/jdk15/files/patch-j2se::security::Makefile')
-rw-r--r--java/jdk15/files/patch-j2se::security::Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-j2se::security::Makefile b/java/jdk15/files/patch-j2se::security::Makefile
new file mode 100644
index 000000000000..8bc91dd88ca5
--- /dev/null
+++ b/java/jdk15/files/patch-j2se::security::Makefile
@@ -0,0 +1,13 @@
+$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 \