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 SmfRoutingStates.html \ 90 SmfSendmailStates.html \ 91 SmfSshStates.html \ 92 SmfSyslogStates.html \ 93 SmfValueCoreadm.html \ 94 SmfValueExAcctFlow.html \ 95 SmfValueExAcctProcess.html \ 96 SmfValueExAcctTask.html \ 97 SmfValueExAcctNet.html \ 98 SmfValueFirewall.html \ 99 SmfVtStates.html \ 100 SmfValueHeader.html \ 101 SmfValueInetd.html \ 102 SmfValueIPsec.html \ 103 SmfValueIscsitgt.html \ 104 SmfValueMDNS.html \ 105 SmfValueNADD.html \ 106 SmfValueNDMP.html \ 107 AuthReadNDMP.html \ 108 SmfValueNWAM.html \ 109 SmfValueRouting.html \ 110 SmfValueSMB.html \ 111 AuthReadSMB.html \ 112 SmfSMBFSStates.html \ 113 SmfSMBStates.html \ 114 SmfValueVscan.html \ 115 SmfVscanStates.html \ 116 SmfValueVt.html \ 117 SmfWpaStates.html \ 118 NetworkAutoconf.html \ 119 NetworkHeader.html \ 120 WifiConfig.html \ 121 WifiWep.html \ 122 LinkSecurity.html \ 123 IdmapRules.html \ 124 SmfIdmapStates.html \ 125 SmfValueIdmap.html \ 126 FileChown.html \ 127 FileHeader.html \ 128 FileOwner.html \ 129 LabelFileDowngrade.html \ 130 LabelFileUpgrade.html \ 131 LabelHeader.html \ 132 LabelPrint.html \ 133 LabelRange.html \ 134 LabelServer.html \ 135 LabelWinDowngrade.html \ 136 LabelWinNoView.html \ 137 LabelWinUpgrade.html \ 138 PrintAdmin.html \ 139 PrintCancel.html \ 140 PrintHeader.html \ 141 PrintList.html \ 142 PrintNoBanner.html \ 143 PrintPs.html \ 144 PrintUnlabeled.html \ 145 TNDaemon.html \ 146 TNctl.html \ 147 ValueTND.html \ 148 SysPowerMgmtHeader.html \ 149 SysPowerMgmtSuspend.html \ 150 SysPowerMgmtSuspendtoDisk.html \ 151 SysPowerMgmtSuspendtoRAM.html \ 152 SysPowerMgmtBrightness.html \ 153 SysCpuPowerMgmt.html \ 154 SmfManageZFSSnap.html \ 155 MMSHeader.html \ 156 AuthMMSDeviceLog.html \ 157 AuthMMSDeviceState.html \ 158 AuthMMSIORead.html \ 159 AuthMMSIOWrite.html \ 160 AuthMMSMedia.html \ 161 AuthMMSRequest.html \ 162 SmfManageMMS.html \ 163 SmfValueMMS.html 164 165HELPDIR=$(ROOT)/usr/lib/help 166AUTHDIR=$(HELPDIR)/auths 167LOCALEDIR=$(AUTHDIR)/locale 168CDIR=$(LOCALEDIR)/C 169DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR) 170HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 171 172MSGDIR= $(LOCALEDIR) 173MSGDIRS = $(HELPDIR) $(AUTHDIR) $(LOCALEDIR) 174 175MSGFILES= $(HTMLENTS) 176MSGS= $(MSGFILES:%=$(MSGDIR)/%) 177 178FILEMODE= 0444 179 180.KEEP_STATE: 181 182all: $(HTMLENTS) 183 184install: all $(DIRS) $(HELPFILES) 185 186_msg: $(MSGDIRS) $(MSGS) 187 188$(CDIR)/%: % 189 $(INS.file) 190 191$(DIRS): 192 $(INS.dir) 193 194$(MSGDIR)/%: % 195 $(INS.file) 196 197clean clobber lint: 198