xref: /titanic_44/usr/src/lib/libsecdb/help/profiles/Makefile (revision 2b4a78020b9c38d1b95e2f3fefa6d6e4be382d1f)
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 2008 Sun Microsystems, Inc.  All rights reserved.
22# Use is subject to license terms.
23#
24# lib/libsecdb/help/profiles/Makefile
25#
26
27include ../../../../Makefile.master
28
29HTMLENTS = \
30	RtAcctadm.html \
31	RtAll.html \
32	RtAuditCtrl.html \
33	RtAuditReview.html \
34	RtContractObserver.html \
35	RtConsUser.html \
36	RtCronMngmnt.html \
37	RtCryptoMngmnt.html \
38	RtExAcctFlow.html \
39	RtExAcctProcess.html \
40	RtExAcctTask.html \
41	RtLogMngmnt.html \
42	RtDeviceMngmnt.html \
43	RtDeviceSecurity.html \
44	RtDHCPMngmnt.html \
45	RtFileSysMngmnt.html \
46	RtFileSysSecurity.html \
47	RtFTPMngmnt.html \
48	RtInetdMngmnt.html \
49	RtIPFilterMngmnt.html \
50	RtKerberosClntMngmnt.html \
51	RtKerberosSrvrMngmnt.html \
52	RtMailMngmnt.html \
53	RtMaintAndRepair.html \
54	RtMediaBkup.html \
55	RtMediaRestore.html \
56	RtNDMPMngmnt.html \
57	RtNameServiceAdmin.html \
58	RtNameServiceSecure.html \
59	RtNetAutoconf.html \
60	RtNetIPsec.html \
61	RtNetMngmnt.html \
62	RtNetSecure.html \
63	RtNetWifiMngmnt.html \
64	RtNetWifiSecure.html \
65	RtNetLinkSecure.html \
66	RtObAccessMngmnt.html \
67	RtPrntAdmin.html \
68	RtProcManagement.html \
69	RtRightsDelegate.html \
70	RtSMBMngmnt.html \
71	RtSMBFSMngmnt.html \
72	RtSoftwareInstall.html \
73	RtSysEvMngmnt.html \
74	RtUserMngmnt.html \
75	RtUserSecurity.html \
76	RtDatAdmin.html \
77	RtZFSFileSysMngmnt.html \
78	RtZFSStorageMngmnt.html \
79	RtZoneMngmnt.html \
80	RtInfoSec.html \
81	RtObjectLabelMngmnt.html \
82	RtOutsideAccred.html \
83	RtDefault.html \
84	RtIdmapMngmnt.html \
85	RtIdmapNameRulesMngmnt.html \
86	RtVscanMngmnt.html \
87	RtSysPowerMgmt.html \
88	RtSysPowerMgmtSuspend.html \
89	RtSysPowerMgmtSuspendtoDisk.html \
90	RtSysPowerMgmtSuspendtoRAM.html \
91	RtSysPowerMgmtBrightness.html \
92	RtCPUPowerManagement.html \
93	RtMMSAdmin.html \
94	RtMMSOper.html \
95	RtMMSUser.html
96
97HELPDIR =	$(ROOT)/usr/lib/help
98PROFDIR =	$(HELPDIR)/profiles
99LOCALEDIR =	$(PROFDIR)/locale
100CDIR =		$(LOCALEDIR)/C
101DIRS =		$(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR)
102HELPFILES=$(HTMLENTS:%=$(CDIR)/%)
103
104MSGDIR=		$(LOCALEDIR)
105MSGDIRS =       $(HELPDIR) $(PROFDIR) $(LOCALEDIR)
106
107MSGFILES=	$(HTMLENTS)
108MSGS=		$(MSGFILES:%=$(MSGDIR)/%)
109
110FILEMODE = 0444
111$(HELPFILES) := OWNER = root
112$(HELPFILES) := GROUP = bin
113
114.KEEP_STATE:
115
116all:	$(HTMLENTS)
117
118install:	all $(DIRS) $(HELPFILES)
119
120_msg: $(MSGDIRS) $(MSGS)
121
122$(CDIR)/%: %
123	$(INS.file)
124
125$(DIRS):
126	$(INS.dir)
127
128$(MSGDIR)/%: %
129	$(INS.file)
130
131clean clobber lint:
132