dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / lib / libsecdb / help / auths / Makefile
blobb5a8c9f8dfecbdebcf25937c9f546d0410e0381a
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
22 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
25 # lib/libsecdb/help/auths/Makefile
28 include ../../../../Makefile.master
30 HTMLENTS = \
31 AuditHeader.html \
32 DevAllocHeader.html \
33 DevAllocate.html \
34 DevConfig.html \
35 DevCDRW.html \
36 DevGrant.html \
37 DevRevoke.html \
38 HotplugHeader.html \
39 HotplugModify.html \
40 JobHeader.html \
41 AuthJobsAdmin.html \
42 JobsGrant.html \
43 AuthJobsUser.html \
44 LoginEnable.html \
45 LoginHeader.html \
46 LoginRemote.html \
47 PriAdmin.html \
48 AuthProfmgrAssign.html \
49 AuthProfmgrDelegate.html \
50 AuthProfmgrExecattrWrite.html \
51 AuthProfmgrRead.html \
52 ProfmgrHeader.html \
53 AuthProfmgrWrite.html \
54 AuthRoleAssign.html \
55 AuthRoleDelegate.html \
56 RoleHeader.html \
57 AuthRoleWrite.html \
58 SysDate.html \
59 SysHeader.html \
60 SysShutdown.html \
61 AllSolAuthsHeader.html \
62 SysMaintenance.html \
63 DhcpmgrHeader.html \
64 DhcpmgrWrite.html \
65 BindStates.html \
66 SmfAllocate.html \
67 SmfAutofsStates.html \
68 SmfCoreadmStates.html \
69 SmfCronStates.html \
70 SmfExAcctFlowStates.html \
71 SmfExAcctProcessStates.html \
72 SmfExAcctTaskStates.html \
73 SmfExAcctNetStates.html \
74 SmfHeader.html \
75 SmfILBStates.html \
76 SmfInetdStates.html \
77 SmfIPsecStates.html \
78 SmfLocationStates.html \
79 SmfManageAudit.html \
80 SmfManageHeader.html \
81 SmfManageHotplug.html \
82 SmfMDNSStates.html \
83 SmfModifyAppl.html \
84 SmfModifyDepend.html \
85 SmfModifyFramework.html \
86 SmfModifyHeader.html \
87 SmfModifyMethod.html \
88 SmfNscdStates.html \
89 SmfNADDStates.html \
90 SmfNDMPStates.html \
91 SmfNWAMStates.html \
92 SmfPowerStates.html \
93 SmfReparseStates.html \
94 SmfRoutingStates.html \
95 SmfSendmailStates.html \
96 SmfSshStates.html \
97 SmfSyslogStates.html \
98 SmfValueAudit.html \
99 SmfValueCoreadm.html \
100 SmfValueExAcctFlow.html \
101 SmfValueExAcctProcess.html \
102 SmfValueExAcctTask.html \
103 SmfValueExAcctNet.html \
104 SmfValueFirewall.html \
105 SmfVtStates.html \
106 SmfValueHeader.html \
107 SmfValueInetd.html \
108 SmfValueIPsec.html \
109 SmfValueMDNS.html \
110 SmfValueNADD.html \
111 SmfValueNDMP.html \
112 AuthReadNDMP.html \
113 SmfValueNWAM.html \
114 SmfValueProcSec.html \
115 SmfValueRouting.html \
116 SmfValueSMB.html \
117 AuthReadSMB.html \
118 SmfSMBFSStates.html \
119 SmfSMBStates.html \
120 SmfValueVscan.html \
121 SmfVscanStates.html \
122 SmfValueVt.html \
123 SmfVRRPStates.html \
124 SmfWpaStates.html \
125 NetworkAutoconfRead.html \
126 NetworkAutoconfSelect.html \
127 NetworkAutoconfWlan.html \
128 NetworkAutoconfWrite.html \
129 NetworkILBconf.html \
130 NetworkILBenable.html \
131 NetworkHeader.html \
132 NetworkVRRP.html \
133 NetworkInterfaceConfig.html \
134 WifiConfig.html \
135 WifiWep.html \
136 LinkSecurity.html \
137 IdmapRules.html \
138 SmfIdmapStates.html \
139 SmfValueIdmap.html \
140 FileChown.html \
141 FileHeader.html \
142 FileOwner.html \
143 PrintAdmin.html \
144 PrintCancel.html \
145 PrintHeader.html \
146 PrintList.html \
147 PrintNoBanner.html \
148 PrintPs.html \
149 SysPowerMgmtHeader.html \
150 SysPowerMgmtSuspend.html \
151 SysPowerMgmtSuspendtoDisk.html \
152 SysPowerMgmtSuspendtoRAM.html \
153 SysPowerMgmtBrightness.html \
154 SysCpuPowerMgmt.html \
155 SysSyseventRead.html \
156 SysSyseventWrite.html \
157 SmfManageZFSSnap.html \
158 ZoneCloneFrom.html \
159 ZoneHeader.html \
160 ZoneLogin.html \
161 ZoneManage.html
163 HELPDIR=$(ROOT)/usr/lib/help
164 AUTHDIR=$(HELPDIR)/auths
165 LOCALEDIR=$(AUTHDIR)/locale
166 CDIR=$(LOCALEDIR)/C
167 DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR)
168 HELPFILES=$(HTMLENTS:%=$(CDIR)/%)
170 MSGDIR= $(LOCALEDIR)
171 MSGDIRS = $(HELPDIR) $(AUTHDIR) $(LOCALEDIR)
173 MSGFILES= $(HTMLENTS)
174 MSGS= $(MSGFILES:%=$(MSGDIR)/%)
176 FILEMODE= 0444
178 .KEEP_STATE:
180 all: $(HTMLENTS)
182 install: all $(DIRS) $(HELPFILES)
184 _msg: $(MSGDIRS) $(MSGS)
186 $(CDIR)/%: %
187 $(INS.file)
189 $(DIRS):
190 $(INS.dir)
192 $(MSGDIR)/%: %
193 $(INS.file)
195 clean clobber: