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 2009 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# 24# lib/libsecdb/help/auths/Makefile 25# 26 27include ../../../../Makefile.master 28 29HTMLENTS = \ 30 AuditConfig.html \ 31 AuditHeader.html \ 32 AuditRead.html \ 33 DevAllocHeader.html \ 34 DevAllocate.html \ 35 DevConfig.html \ 36 DevCDRW.html \ 37 DevGrant.html \ 38 DevRevoke.html \ 39 JobHeader.html \ 40 AuthJobsAdmin.html \ 41 JobsGrant.html \ 42 AuthJobsUser.html \ 43 LoginEnable.html \ 44 LoginHeader.html \ 45 LoginRemote.html \ 46 MailHeader.html \ 47 MailQueue.html \ 48 PriAdmin.html \ 49 AuthProfmgrAssign.html \ 50 AuthProfmgrDelegate.html \ 51 AuthProfmgrExecattrWrite.html \ 52 AuthProfmgrRead.html \ 53 ProfmgrHeader.html \ 54 AuthProfmgrWrite.html \ 55 AuthRoleAssign.html \ 56 AuthRoleDelegate.html \ 57 RoleHeader.html \ 58 AuthRoleWrite.html \ 59 SysDate.html \ 60 SysHeader.html \ 61 SysShutdown.html \ 62 AllSolAuthsHeader.html \ 63 SysMaintenance.html \ 64 DhcpmgrHeader.html \ 65 DhcpmgrWrite.html \ 66 BindStates.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 SmfInetdStates.html \ 76 SmfIPsecStates.html \ 77 SmfManageHeader.html \ 78 SmfMDNSStates.html \ 79 SmfModifyAppl.html \ 80 SmfModifyDepend.html \ 81 SmfModifyFramework.html \ 82 SmfModifyHeader.html \ 83 SmfModifyMethod.html \ 84 SmfNscdStates.html \ 85 SmfNADDStates.html \ 86 SmfNDMPStates.html \ 87 SmfNWAMStates.html \ 88 SmfPowerStates.html \ 89 SmfReparseStates.html \ 90 SmfRoutingStates.html \ 91 SmfSendmailStates.html \ 92 SmfSshStates.html \ 93 SmfSyslogStates.html \ 94 SmfValueCoreadm.html \ 95 SmfValueExAcctFlow.html \ 96 SmfValueExAcctProcess.html \ 97 SmfValueExAcctTask.html \ 98 SmfValueExAcctNet.html \ 99 SmfValueFirewall.html \ 100 SmfVtStates.html \ 101 SmfValueHeader.html \ 102 SmfValueInetd.html \ 103 SmfValueIPsec.html \ 104 SmfValueIscsitgt.html \ 105 SmfValueMDNS.html \ 106 SmfValueNADD.html \ 107 SmfValueNDMP.html \ 108 AuthReadNDMP.html \ 109 SmfValueNWAM.html \ 110 SmfValueRouting.html \ 111 SmfValueSMB.html \ 112 AuthReadSMB.html \ 113 SmfSMBFSStates.html \ 114 SmfSMBStates.html \ 115 SmfValueVscan.html \ 116 SmfVscanStates.html \ 117 SmfValueVt.html \ 118 SmfWpaStates.html \ 119 NetworkAutoconf.html \ 120 NetworkHeader.html \ 121 WifiConfig.html \ 122 WifiWep.html \ 123 LinkSecurity.html \ 124 IdmapRules.html \ 125 SmfIdmapStates.html \ 126 SmfValueIdmap.html \ 127 FileChown.html \ 128 FileHeader.html \ 129 FileOwner.html \ 130 LabelFileDowngrade.html \ 131 LabelFileUpgrade.html \ 132 LabelHeader.html \ 133 LabelPrint.html \ 134 LabelRange.html \ 135 LabelServer.html \ 136 LabelWinDowngrade.html \ 137 LabelWinNoView.html \ 138 LabelWinUpgrade.html \ 139 PrintAdmin.html \ 140 PrintCancel.html \ 141 PrintHeader.html \ 142 PrintList.html \ 143 PrintNoBanner.html \ 144 PrintPs.html \ 145 PrintUnlabeled.html \ 146 TNDaemon.html \ 147 TNctl.html \ 148 ValueTND.html \ 149 SysPowerMgmtHeader.html \ 150 SysPowerMgmtSuspend.html \ 151 SysPowerMgmtSuspendtoDisk.html \ 152 SysPowerMgmtSuspendtoRAM.html \ 153 SysPowerMgmtBrightness.html \ 154 SysCpuPowerMgmt.html \ 155 SmfManageZFSSnap.html \ 156 MMSHeader.html \ 157 AuthMMSDeviceLog.html \ 158 AuthMMSDeviceState.html \ 159 AuthMMSIORead.html \ 160 AuthMMSIOWrite.html \ 161 AuthMMSMedia.html \ 162 AuthMMSRequest.html \ 163 SmfManageMMS.html \ 164 SmfValueMMS.html 165 166HELPDIR=$(ROOT)/usr/lib/help 167AUTHDIR=$(HELPDIR)/auths 168LOCALEDIR=$(AUTHDIR)/locale 169CDIR=$(LOCALEDIR)/C 170DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR) 171HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 172 173MSGDIR= $(LOCALEDIR) 174MSGDIRS = $(HELPDIR) $(AUTHDIR) $(LOCALEDIR) 175 176MSGFILES= $(HTMLENTS) 177MSGS= $(MSGFILES:%=$(MSGDIR)/%) 178 179FILEMODE= 0444 180 181.KEEP_STATE: 182 183all: $(HTMLENTS) 184 185install: all $(DIRS) $(HELPFILES) 186 187_msg: $(MSGDIRS) $(MSGS) 188 189$(CDIR)/%: % 190 $(INS.file) 191 192$(DIRS): 193 $(INS.dir) 194 195$(MSGDIR)/%: % 196 $(INS.file) 197 198clean clobber lint: 199