head	1.3;
access;
symbols
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.01.24.23.37.03;	author marcus;	state dead;
branches;
next	1.2;

1.2
date	2002.08.08.19.05.41;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.19.09.30.28;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to 3.11.

PR:		92017
Submitted by:	mi
@
text
@
$FreeBSD: ports/security/nss/files/patch-lib::fortcrypt::swfort::pkcs11::Makefile,v 1.2 2002/08/08 19:05:41 sobomax Exp $

--- lib/fortcrypt/swfort/pkcs11/Makefile.orig	Sat Feb 16 00:53:46 2002
+++ lib/fortcrypt/swfort/pkcs11/Makefile	Thu Aug  8 21:27:33 2002
@@@@ -76,8 +76,8 @@@@
 	$(DIST)/lib/$(LIB_PREFIX)softokn.$(LIB_SUFFIX) \
 	$(CRYPTO_LIB) \
 	$(DIST)/lib/$(LIB_PREFIX)secutil.$(LIB_SUFFIX) \
-	$(DIST)/lib/$(LIB_PREFIX)plc4.$(LIB_SUFFIX) \
-	$(DIST)/lib/$(LIB_PREFIX)plds4.$(LIB_SUFFIX) \
+	-lplc4 \
+	-lplds4 \
 	$(NULL)
 
 endif
@


1.2
log
@Update to 3.4.2.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.1
log
@Add nss 3.3.1, a set of libraries to support development of
security-enabled applications.
@
text
@d4 12
a15 10
--- lib/fortcrypt/swfort/pkcs11/Makefile	2001/12/18 12:43:20	1.1
+++ lib/fortcrypt/swfort/pkcs11/Makefile	2001/12/18 12:44:02
@@@@ -83,8 +83,8 @@@@
 PLC_STATIC_LIB = $(DIST)/lib/plc4.$(LIB_SUFFIX)
 PLDS_STATIC_LIB = $(DIST)/lib/plds4.$(LIB_SUFFIX)
 else
-PLC_STATIC_LIB = $(DIST)/lib/libplc4.$(LIB_SUFFIX)
-PLDS_STATIC_LIB = $(DIST)/lib/libplds4.$(LIB_SUFFIX)
+PLC_STATIC_LIB = -lplc4
+PLDS_STATIC_LIB = -lplds4
a16 2
 
 EXTRA_LIBS += \
@

