summaryrefslogtreecommitdiff
path: root/security/nss/pkg/solaris/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/pkg/solaris/Makefile.com')
-rw-r--r--security/nss/pkg/solaris/Makefile.com34
1 files changed, 34 insertions, 0 deletions
diff --git a/security/nss/pkg/solaris/Makefile.com b/security/nss/pkg/solaris/Makefile.com
new file mode 100644
index 000000000..ac4790230
--- /dev/null
+++ b/security/nss/pkg/solaris/Makefile.com
@@ -0,0 +1,34 @@
+#
+# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+# Use is subject to license terms.
+#
+#ident "$Id$"
+#
+
+MACH = $(shell mach)
+
+PUBLISH_ROOT = $(DIST)
+ifeq ($(CORE_DEPTH),../../..)
+ROOT = ROOT
+else
+ROOT = $(subst ../../../,,$(CORE_DEPTH))/ROOT
+endif
+
+PKGARCHIVE = $(PUBLISH_ROOT)/pkgarchive
+DATAFILES = copyright
+FILES = $(DATAFILES) pkginfo prototype
+
+
+PACKAGE = $(shell basename `pwd`)
+
+PRODUCT_VERSION = "3.3.4"
+PRODUCT_NAME = NSS_3_3_4_RTM
+
+LN = /usr/bin/ln
+
+CLOBBERFILES = $(FILES)
+
+include $(CORE_DEPTH)/coreconf/config.mk
+include $(CORE_DEPTH)/coreconf/rules.mk
+
+# vim: ft=make