dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / lib / libsecdb / help / profiles / Makefile
blobf9263182841cab4747359e204149a24b49aacd79
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.
24 include ../../../../Makefile.master
26 HTMLENTS = \
27 RtAcctadm.html \
28 RtAll.html \
29 RtAuditCfg.html \
30 RtAuditCtrl.html \
31 RtAuditReview.html \
32 RtContractObserver.html \
33 RtConsUser.html \
34 RtCronMngmnt.html \
35 RtCryptoMngmnt.html \
36 RtExAcctFlow.html \
37 RtExAcctProcess.html \
38 RtExAcctTask.html \
39 RtExAcctNet.html \
40 RtLogMngmnt.html \
41 RtDeviceMngmnt.html \
42 RtDeviceSecurity.html \
43 RtDHCPMngmnt.html \
44 RtFileSysMngmnt.html \
45 RtFileSysSecurity.html \
46 RtFTPMngmnt.html \
47 RtHotplugMngmnt.html \
48 RtInetdMngmnt.html \
49 RtIPFilterMngmnt.html \
50 RtKerberosClntMngmnt.html \
51 RtKerberosSrvrMngmnt.html \
52 RtMailMngmnt.html \
53 RtMaintAndRepair.html \
54 RtMediaBkup.html \
55 RtMediaCtlg.html \
56 RtMediaRestore.html \
57 RtNDMPMngmnt.html \
58 RtNameServiceAdmin.html \
59 RtNameServiceSecure.html \
60 RtNetAutoconfAdmin.html \
61 RtNetAutoconfUser.html \
62 RtNetILB.html \
63 RtNetIPsec.html \
64 RtNetMngmnt.html \
65 RtNetObservability.html \
66 RtNetSecure.html \
67 RtNetWifiMngmnt.html \
68 RtNetWifiSecure.html \
69 RtNetLinkSecure.html \
70 RtNetVRRP.html \
71 RtObAccessMngmnt.html \
72 RtOperator.html \
73 RtPriAdmin.html \
74 RtPrntAdmin.html \
75 RtProcManagement.html \
76 RtReparseMngmnt.html \
77 RtReservedProfile.html \
78 RtRightsDelegate.html \
79 RtSMBMngmnt.html \
80 RtSMBFSMngmnt.html \
81 RtSoftwareInstall.html \
82 RtSysAdmin.html \
83 RtSysEvMngmnt.html \
84 RtUserMngmnt.html \
85 RtUserSecurity.html \
86 RtDatAdmin.html \
87 RtZFSFileSysMngmnt.html \
88 RtZFSStorageMngmnt.html \
89 RtZoneMngmnt.html \
90 RtZoneSecurity.html \
91 RtDefault.html \
92 RtIdmapMngmnt.html \
93 RtIdmapNameRulesMngmnt.html \
94 RtVscanMngmnt.html \
95 RtSysPowerMgmt.html \
96 RtSysPowerMgmtSuspend.html \
97 RtSysPowerMgmtSuspendtoDisk.html \
98 RtSysPowerMgmtSuspendtoRAM.html \
99 RtSysPowerMgmtBrightness.html \
100 RtCPUPowerManagement.html
102 HELPDIR = $(ROOT)/usr/lib/help
103 PROFDIR = $(HELPDIR)/profiles
104 LOCALEDIR = $(PROFDIR)/locale
105 CDIR = $(LOCALEDIR)/C
106 DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR)
107 HELPFILES=$(HTMLENTS:%=$(CDIR)/%)
109 MSGDIR= $(LOCALEDIR)
110 MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR)
112 MSGFILES= $(HTMLENTS)
113 MSGS= $(MSGFILES:%=$(MSGDIR)/%)
115 FILEMODE = 0444
117 .KEEP_STATE:
119 all: $(HTMLENTS)
121 install: all $(DIRS) $(HELPFILES)
123 _msg: $(MSGDIRS) $(MSGS)
125 $(CDIR)/%: %
126 $(INS.file)
128 $(DIRS):
129 $(INS.dir)
131 $(MSGDIR)/%: %
132 $(INS.file)
134 clean clobber: