xref: /illumos-gate/usr/src/lib/libsecdb/help/auths/Makefile (revision fa94a07fd0519b8abfd871ad8fe60e6bebe1e2bb)
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
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# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
22# Use is subject to license terms.
23#
24#ident	"%Z%%M%	%I%	%E% SMI"
25#
26# lib/libsecdb/help/auths/Makefile
27#
28
29include ../../../../Makefile.master
30
31HTMLENTS = \
32	AuditConfig.html \
33	AuditHeader.html \
34	AuditRead.html \
35	DevAllocHeader.html \
36	DevAllocate.html \
37	DevConfig.html \
38	DevCDRW.html \
39	DevGrant.html \
40	DevRevoke.html \
41	JobHeader.html \
42	AuthJobsAdmin.html \
43	JobsGrant.html \
44	AuthJobsUser.html \
45	LoginEnable.html \
46	LoginHeader.html \
47	LoginRemote.html \
48	MailHeader.html \
49	MailQueue.html \
50	PriAdmin.html \
51	AuthProfmgrAssign.html \
52	AuthProfmgrDelegate.html \
53	AuthProfmgrExecattrWrite.html \
54	AuthProfmgrRead.html \
55	ProfmgrHeader.html \
56	AuthProfmgrWrite.html \
57	AuthRoleAssign.html \
58	AuthRoleDelegate.html \
59	RoleHeader.html \
60	AuthRoleWrite.html \
61	SysDate.html \
62	SysHeader.html \
63	SysShutdown.html \
64	AllSolAuthsHeader.html \
65	DhcpmgrHeader.html \
66	DhcpmgrWrite.html \
67	BindStates.html \
68	SmfAutofsStates.html \
69	SmfCronStates.html \
70	SmfHeader.html \
71	SmfInetdStates.html \
72	SmfIPsecStates.html \
73	SmfManageHeader.html \
74	SmfMDNSStates.html \
75	SmfModifyAppl.html \
76	SmfModifyDepend.html \
77	SmfModifyFramework.html \
78	SmfModifyHeader.html \
79	SmfModifyMethod.html \
80	SmfNscdStates.html \
81	SmfNADDStates.html \
82	SmfNWAMStates.html \
83	SmfPowerStates.html \
84	SmfRoutingStates.html \
85	SmfSendmailStates.html \
86	SmfSshStates.html \
87	SmfSyslogStates.html \
88	SmfValueHeader.html \
89	SmfValueInetd.html \
90	SmfValueIPsec.html \
91	SmfValueIscsitgt.html \
92	SmfValueMDNS.html \
93	SmfValueNADD.html \
94	SmfValueNWAM.html \
95	SmfValueRouting.html \
96	SmfValueSMB.html \
97	AuthReadSMB.html \
98	SmfSMBStates.html \
99	SmfValueVscan.html \
100	SmfVscanStates.html \
101	SmfWpaStates.html \
102	NetworkHeader.html \
103	WifiConfig.html \
104	WifiWep.html \
105	LinkSecurity.html \
106	IdmapRules.html \
107	SmfIdmapStates.html \
108	SmfValueIdmap.html \
109	FileChown.html \
110	FileHeader.html \
111	FileOwner.html \
112	LabelFileDowngrade.html \
113	LabelFileUpgrade.html \
114	LabelHeader.html \
115	LabelPrint.html \
116	LabelRange.html \
117	LabelServer.html \
118	LabelWinDowngrade.html \
119	LabelWinNoView.html \
120	LabelWinUpgrade.html \
121	PrintAdmin.html \
122	PrintCancel.html \
123	PrintHeader.html \
124	PrintList.html \
125	PrintNoBanner.html \
126	PrintPs.html \
127	PrintUnlabeled.html \
128	TNDaemon.html \
129	TNctl.html \
130	ValueTND.html
131
132HELPDIR=$(ROOT)/usr/lib/help
133AUTHDIR=$(HELPDIR)/auths
134LOCALEDIR=$(AUTHDIR)/locale
135CDIR=$(LOCALEDIR)/C
136DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR)
137HELPFILES=$(HTMLENTS:%=$(CDIR)/%)
138
139MSGDIR=		$(LOCALEDIR)
140MSGDIRS =       $(HELPDIR) $(AUTHDIR) $(LOCALEDIR)
141
142MSGFILES=	$(HTMLENTS)
143MSGS=		$(MSGFILES:%=$(MSGDIR)/%)
144
145FILEMODE= 0444
146$(HELPFILES) := OWNER = root
147$(HELPFILES) := GROUP = bin
148
149.KEEP_STATE:
150
151all:	$(HTMLENTS)
152
153install:	all $(DIRS) $(HELPFILES)
154
155_msg: $(MSGDIRS) $(MSGS)
156
157$(CDIR)/%: %
158	$(INS.file)
159
160$(DIRS):
161	$(INS.dir)
162
163$(MSGDIR)/%: %
164	$(INS.file)
165
166clean clobber lint:
167