Makefile.lib (24da5b34) Makefile.lib (da2e3ebd)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 108 unchanged lines hidden (view full) ---

117ROOTFS_LINT= $(LINTSRC:%=$(ROOTFS_LINTDIR)/%)
118ROOTFS_LINT64= $(LINTSRC:%=$(ROOTFS_LINTDIR64)/%)
119ROOTMAN3= $(ROOT)/usr/share/man/man3
120ROOTMAN3FILES= $(MAN3FILES:%=$(ROOTMAN3)/%)
121$(ROOTMAN3FILES) := FILEMODE= 444
122$(ROOTMAN3FILES) := OWNER= root
123$(ROOTMAN3FILES) := GROUP= bin
124
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 108 unchanged lines hidden (view full) ---

117ROOTFS_LINT= $(LINTSRC:%=$(ROOTFS_LINTDIR)/%)
118ROOTFS_LINT64= $(LINTSRC:%=$(ROOTFS_LINTDIR64)/%)
119ROOTMAN3= $(ROOT)/usr/share/man/man3
120ROOTMAN3FILES= $(MAN3FILES:%=$(ROOTMAN3)/%)
121$(ROOTMAN3FILES) := FILEMODE= 444
122$(ROOTMAN3FILES) := OWNER= root
123$(ROOTMAN3FILES) := GROUP= bin
124
125# Demo rules
126DEMOFILES=
127DEMOFILESRCDIR= common
128ROOTDEMODIRBASE= __nonexistent_directory__
129ROOTDEMODIRS=
130ROOTDEMOFILES= $(DEMOFILES:%=$(ROOTDEMODIRBASE)/%)
131$(ROOTDEMODIRS) := OWNER = root
132$(ROOTDEMODIRS) := GROUP = bin
133$(ROOTDEMODIRS) := DIRMODE = 755
134
125#
126# Begin /usr/sfw freeware rules for freeware that has "External"
127# taxonomy stability level.
128#
129ROOTSFW= $(ROOT)/usr/sfw
130ROOTSFWBIN= $(ROOT)/usr/sfw/bin
131ROOTSFWSBIN= $(ROOT)/usr/sfw/sbin
132ROOTSFWETC= $(ROOT)/etc/sfw

--- 146 unchanged lines hidden ---
135#
136# Begin /usr/sfw freeware rules for freeware that has "External"
137# taxonomy stability level.
138#
139ROOTSFW= $(ROOT)/usr/sfw
140ROOTSFWBIN= $(ROOT)/usr/sfw/bin
141ROOTSFWSBIN= $(ROOT)/usr/sfw/sbin
142ROOTSFWETC= $(ROOT)/etc/sfw

--- 146 unchanged lines hidden ---