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::ckfw::builtins::Makefile,v 1.2 2002/08/08 19:05:41 sobomax Exp $

--- lib/ckfw/builtins/Makefile.orig	Sat Feb 16 00:53:42 2002
+++ lib/ckfw/builtins/Makefile	Thu Aug  8 21:29:48 2002
@@@@ -54,8 +54,8 @@@@
 else
 
 EXTRA_LIBS += \
-	$(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 3
a6 5
--- lib/ckfw/builtins/Makefile	2001/12/18 12:48:03	1.1
+++ lib/ckfw/builtins/Makefile	2001/12/18 12:48:39
@@@@ -53,8 +53,8 @@@@
 PLC_STATIC_LIB = $(DIST)/lib/plc4.$(LIB_SUFFIX)
 PLDS_STATIC_LIB = $(DIST)/lib/plds4.$(LIB_SUFFIX)
a7 5
-PLC_STATIC_LIB = $(DIST)/lib/libplc4.$(LIB_SUFFIX)
-PLDS_STATIC_LIB = $(DIST)/lib/libplds4.$(LIB_SUFFIX)
+PLC_STATIC_LIB = -lplc4
+PLDS_STATIC_LIB = -lplds4
 endif
d10 7
@

