Makefile (0:68f95e015346) Makefile (10207:87c40ea3fc4b)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10# or http://www.opensolaris.org/os/licensing.
11# See the License for the specific language governing permissions
12# and limitations under the License.
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
23# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
22# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
23# Use is subject to license terms.
24#
26#ident "%Z%%M% %I% %E% SMI"
27
28PROG= acctcms acctcom acctcon acctcon1 acctcon2 \
29 acctdisk acctdusg acctmerg accton acctprc acctprc1 \
30 acctprc2 acctwtmp closewtmp fwtmp \
31 wtmpfix utmp2wtmp
32SHFILE1= acct chargefee ckpacct dodisk lastlogin\
33 monacct nulladm prctmp prdaily prtacct \
34 remove runacct shutacct startup turnacct

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

79DIRS= $(LIBACCTD) $(ETCACCTD) $(WKDIRS)
80
81USRBINPROG= $(BINPROG:%=$(ROOTBIN)/%)
82LIBACCTPROG= $(LIBPROG:%=$(LIBACCTD)/%)
83ETCACCTPROG= $(ETCPROG:%=$(ETCACCTD)/%)
84ETCINITPROG= $(INITPROG:%=$(ETCINITD)/%)
85
86$(LIBACCTD) := DIRMODE= 755
25
26PROG= acctcms acctcom acctcon acctcon1 acctcon2 \
27 acctdisk acctdusg acctmerg accton acctprc acctprc1 \
28 acctprc2 acctwtmp closewtmp fwtmp \
29 wtmpfix utmp2wtmp
30SHFILE1= acct chargefee ckpacct dodisk lastlogin\
31 monacct nulladm prctmp prdaily prtacct \
32 remove runacct shutacct startup turnacct

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

77DIRS= $(LIBACCTD) $(ETCACCTD) $(WKDIRS)
78
79USRBINPROG= $(BINPROG:%=$(ROOTBIN)/%)
80LIBACCTPROG= $(LIBPROG:%=$(LIBACCTD)/%)
81ETCACCTPROG= $(ETCPROG:%=$(ETCACCTD)/%)
82ETCINITPROG= $(INITPROG:%=$(ETCINITD)/%)
83
84$(LIBACCTD) := DIRMODE= 755
87$(ETCACCTD) := OWNER= adm
88$(ETCACCTD) := GROUP= adm
89$(ETCACCTD) := DIRMODE= 755
85$(ETCACCTD) := DIRMODE= 755
90$(WKDIRS) := OWNER= adm
91$(WKDIRS) := GROUP= adm
92$(WKDIRS) := DIRMODE= 775
86$(WKDIRS) := DIRMODE= 775
93$(LIBACCTD)/accton:= OWNER= root
94$(LIBACCTD)/accton:= GROUP= adm
95$(LIBACCTD)/accton := FILEMODE= 04755
87$(LIBACCTD)/accton := FILEMODE= 04755
96$(ETCINITPROG) := OWNER= root
97$(ETCINITPROG) := GROUP= sys
98$(ETCINITPROG) := FILEMODE= 0744
99$(ETCACCTPROG) := FILEMODE= 0644
100
101.KEEP_STATE:
102
103.PARALLEL: $(ALL)
104
105all: $(SUBDIRS) .WAIT $(ALL) $(TXTS)

--- 56 unchanged lines hidden ---
88$(ETCINITPROG) := FILEMODE= 0744
89$(ETCACCTPROG) := FILEMODE= 0644
90
91.KEEP_STATE:
92
93.PARALLEL: $(ALL)
94
95all: $(SUBDIRS) .WAIT $(ALL) $(TXTS)

--- 56 unchanged lines hidden ---