summaryrefslogtreecommitdiff
path: root/security/nss
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-04-24 16:47:50 +0000
committerrelyea%netscape.com <devnull@localhost>2001-04-24 16:47:50 +0000
commit29de64bde7eff6be8366d902f53382df8ab32252 (patch)
tree450402defdbd071f689f7718d33fe07e2ffa726f /security/nss
parent5e8425cc51213e5af6998bc2a83b0c6b3b33bffc (diff)
downloadnss-hg-29de64bde7eff6be8366d902f53382df8ab32252.tar.gz
Add client requested features to coreconf:
building cross platform. targetting the Objects to a separate tree.
Diffstat (limited to 'security/nss')
-rw-r--r--security/nss/cmd/swfort/newuser/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/security/nss/cmd/swfort/newuser/Makefile b/security/nss/cmd/swfort/newuser/Makefile
index d65b21949..88712ff1f 100644
--- a/security/nss/cmd/swfort/newuser/Makefile
+++ b/security/nss/cmd/swfort/newuser/Makefile
@@ -52,17 +52,9 @@ include $(CORE_DEPTH)/coreconf/config.mk
#######################################################################
# can't do this in manifest.mn because OS_ARCH isn't defined there.
-ifeq ($(OS_ARCH), WINNT)
-
-EXTRA_LIBS = \
- ../../../lib/fortcrypt/$(OBJDIR)/cilib.lib \
- $(NULL)
-else
EXTRA_LIBS += \
- ../../../lib/fortcrypt/$(OBJDIR)/cilib.$(LIB_SUFFIX) \
- $(NULL)
-endif
+ $(shell $(MAKE) -C ../../../lib/fortcrypt --no-print-directory cilib_name) \
include ../../platlibs.mk