1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/pkg/solaris/Makefile-devl.com Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,37 @@ 1.4 +# 1.5 +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 1.6 +# Use is subject to license terms. 1.7 +# 1.8 +# This Source Code Form is subject to the terms of the Mozilla Public 1.9 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.10 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.11 +# 1.12 + 1.13 +MACH = $(shell mach) 1.14 + 1.15 +PUBLISH_ROOT = $(DIST) 1.16 +ifeq ($(CORE_DEPTH),../../..) 1.17 +ROOT = ROOT 1.18 +else 1.19 +ROOT = $(subst ../../../,,$(CORE_DEPTH))/ROOT 1.20 +endif 1.21 + 1.22 +PKGARCHIVE = $(PUBLISH_ROOT)/pkgarchive 1.23 +DATAFILES = copyright 1.24 +FILES = $(DATAFILES) pkginfo 1.25 + 1.26 + 1.27 +PACKAGE = $(shell basename `pwd`) 1.28 + 1.29 +PRODUCT_VERSION = $(shell grep NSS_VERSION $(CORE_DEPTH)/nss/lib/nss/nss.h \ 1.30 + | head -1 \ 1.31 + | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//') 1.32 + 1.33 +LN = /usr/bin/ln 1.34 + 1.35 +CLOBBERFILES = $(FILES) 1.36 + 1.37 +include $(CORE_DEPTH)/coreconf/config.mk 1.38 +include $(CORE_DEPTH)/coreconf/rules.mk 1.39 + 1.40 +# vim: ft=make