Makefile.lib (f6acbf7c6543dc0aab58cae1df419f0147c46d77) | Makefile.lib (f998c95e3b7029fe5f7542e115f7474ddb8024d7) |
---|---|
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 --- 124 unchanged lines hidden (view full) --- 133$(ROOTDEMODIRS) := DIRMODE = 755 134 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 | 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 --- 124 unchanged lines hidden (view full) --- 133$(ROOTDEMODIRS) := DIRMODE = 755 134 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 143ROOTSFWVAR= $(ROOT)/var/sfw 144ROOTSFWSHARE= $(ROOT)/usr/sfw/share 145ROOTSFWSHSRC= $(ROOT)/usr/sfw/share/src 146ROOTSFWINCLUDE= $(ROOT)/usr/sfw/include 147ROOTSFWLIB= $(ROOT)/usr/sfw/lib 148ROOTSFWLIB64= $(ROOT)/usr/sfw/lib/$(MACH64) 149ROOTSFWMAN= $(ROOT)/usr/sfw/share/man --- 139 unchanged lines hidden --- | 141ROOTSFWETC= $(ROOT)/etc/sfw 142ROOTSFWVAR= $(ROOT)/var/sfw 143ROOTSFWSHARE= $(ROOT)/usr/sfw/share 144ROOTSFWSHSRC= $(ROOT)/usr/sfw/share/src 145ROOTSFWINCLUDE= $(ROOT)/usr/sfw/include 146ROOTSFWLIB= $(ROOT)/usr/sfw/lib 147ROOTSFWLIB64= $(ROOT)/usr/sfw/lib/$(MACH64) 148ROOTSFWMAN= $(ROOT)/usr/sfw/share/man --- 139 unchanged lines hidden --- |