summaryrefslogtreecommitdiff
path: root/security/nss/cmd/dbck/manifest.mn
diff options
context:
space:
mode:
authormcgreer%netscape.com <devnull@localhost>2000-08-14 22:04:22 +0000
committermcgreer%netscape.com <devnull@localhost>2000-08-14 22:04:22 +0000
commit29468ae362fac4e3c7dcc45014683725373daafa (patch)
treec4c9386d82adcb85b7dd65439b631931c5aff06e /security/nss/cmd/dbck/manifest.mn
parentb176c321fe15bb8c712a4db49d81362e55d4f218 (diff)
downloadnss-hg-29468ae362fac4e3c7dcc45014683725373daafa.tar.gz
*** empty log message ***
Diffstat (limited to 'security/nss/cmd/dbck/manifest.mn')
-rw-r--r--security/nss/cmd/dbck/manifest.mn25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/nss/cmd/dbck/manifest.mn b/security/nss/cmd/dbck/manifest.mn
new file mode 100644
index 000000000..a9348ad43
--- /dev/null
+++ b/security/nss/cmd/dbck/manifest.mn
@@ -0,0 +1,25 @@
+#
+# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
+# NETSCAPE COMMUNICATIONS CORPORATION
+# Copyright (C) 1996 Netscape Communications Corporation. All Rights
+# Reserved. Use of this Source Code is subject to the terms of the
+# applicable license agreement from Netscape Communications Corporation.
+# The copyright notice(s) in this Source Code does not indicate actual or
+# intended publication of this Source Code.
+#
+CORE_DEPTH = ../../..
+
+DEFINES += -DNSPR20
+
+# MODULE public and private header directories are implicitly REQUIRED.
+MODULE = security
+
+CSRCS = \
+ dbck.c \
+ $(NULL)
+
+# The MODULE is always implicitly required.
+# Listing it here in REQUIRES makes it appear twice in the cc command line.
+REQUIRES = dbm seccmd
+
+PROGRAM = dbck