xref: /illumos-gate/usr/src/lib/libsecdb/help/auths/Makefile (revision 43d18f1c320355e93c47399bea0b2e022fe06364)
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.
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# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25#ident	"%Z%%M%	%I%	%E% SMI"
26#
27# lib/libsecdb/help/auths/Makefile
28#
29
30include ../../../../Makefile.master
31
32HTMLENTS = \
33	AuditConfig.html \
34	AuditHeader.html \
35	AuditRead.html \
36	DevAllocHeader.html \
37	DevAllocate.html \
38	DevConfig.html \
39	DevCDRW.html \
40	DevGrant.html \
41	DevRevoke.html \
42	JobHeader.html \
43	AuthJobsAdmin.html \
44	JobsGrant.html \
45	AuthJobsUser.html \
46	LoginEnable.html \
47	LoginHeader.html \
48	LoginRemote.html \
49	MailHeader.html \
50	MailQueue.html \
51	PriAdmin.html \
52	AuthProfmgrAssign.html \
53	AuthProfmgrDelegate.html \
54	AuthProfmgrExecattrWrite.html \
55	AuthProfmgrRead.html \
56	ProfmgrHeader.html \
57	AuthProfmgrWrite.html \
58	AuthRoleAssign.html \
59	AuthRoleDelegate.html \
60	RoleHeader.html \
61	AuthRoleWrite.html \
62	SysDate.html \
63	SysHeader.html \
64	SysShutdown.html \
65	AllSolAuthsHeader.html \
66	DhcpmgrHeader.html \
67	DhcpmgrWrite.html \
68	BindStates.html \
69	SmfAutofsStates.html \
70	SmfCronStates.html \
71	SmfHeader.html \
72	SmfManageHeader.html \
73	SmfModifyAppl.html \
74	SmfModifyDepend.html \
75	SmfModifyFramework.html \
76	SmfModifyHeader.html \
77	SmfModifyMethod.html \
78	SmfNscdStates.html \
79	SmfPowerStates.html \
80	SmfSendmailStates.html \
81	SmfSshStates.html \
82	SmfSyslogStates.html \
83	NetworkHeader.html \
84	WifiConfig.html \
85	WifiWep.html
86
87HELPDIR=$(ROOT)/usr/lib/help
88AUTHDIR=$(HELPDIR)/auths
89LOCALEDIR=$(AUTHDIR)/locale
90CDIR=$(LOCALEDIR)/C
91DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR)
92HELPFILES=$(HTMLENTS:%=$(CDIR)/%)
93
94MSGDIR=		$(LOCALEDIR)
95MSGDIRS =       $(HELPDIR) $(AUTHDIR) $(LOCALEDIR)
96
97MSGFILES=	$(HTMLENTS)
98MSGS=		$(MSGFILES:%=$(MSGDIR)/%)
99
100FILEMODE= 0444
101$(HELPFILES) := OWNER = root
102$(HELPFILES) := GROUP = bin
103
104.KEEP_STATE:
105
106all:	$(HTMLENTS)
107
108install:	all $(DIRS) $(HELPFILES)
109
110_msg: $(MSGDIRS) $(MSGS)
111
112$(CDIR)/%: %
113	$(INS.file)
114
115$(DIRS):
116	$(INS.dir)
117
118$(MSGDIR)/%: %
119	$(INS.file)
120
121clean clobber lint:
122