summaryrefslogtreecommitdiff
path: root/security/nss/cmd/signtool/Makefile
diff options
context:
space:
mode:
authormcgreer%netscape.com <devnull@localhost>2000-11-28 00:36:53 +0000
committermcgreer%netscape.com <devnull@localhost>2000-11-28 00:36:53 +0000
commit4afb57674344dd56f84643ff97b84558d5ab8891 (patch)
treed25dc41b8133ce8225fbb28b63fda7f0d5575156 /security/nss/cmd/signtool/Makefile
parentd1cb25121d0545641e4397a96019892d49fa6c92 (diff)
downloadnss-hg-4afb57674344dd56f84643ff97b84558d5ab8891.tar.gz
changes suggested by bryner to build more of NSS's utilities
Diffstat (limited to 'security/nss/cmd/signtool/Makefile')
-rw-r--r--security/nss/cmd/signtool/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/nss/cmd/signtool/Makefile b/security/nss/cmd/signtool/Makefile
index a5e8f46ef..e9c8fc89f 100644
--- a/security/nss/cmd/signtool/Makefile
+++ b/security/nss/cmd/signtool/Makefile
@@ -52,7 +52,7 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
#######################################################################
-include $(CORE_DEPTH)/security/cmd/platlibs.mk
+include ../platlibs.mk
# can't do this in manifest.mn because OS_ARCH isn't defined there.
ifeq ($(OS_ARCH), WINNT)
@@ -87,3 +87,5 @@ include $(CORE_DEPTH)/coreconf/rules.mk
#######################################################################
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################
+
+include ../platrules.mk