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/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 SmfCronStates.html \ 69 SmfExAcctFlowStates.html \ 70 SmfExAcctProcessStates.html \ 71 SmfExAcctTaskStates.html \ 72 SmfHeader.html \ 73 SmfInetdStates.html \ 74 SmfIPsecStates.html \ 75 SmfManageHeader.html \ 76 SmfMDNSStates.html \ 77 SmfModifyAppl.html \ 78 SmfModifyDepend.html \ 79 SmfModifyFramework.html \ 80 SmfModifyHeader.html \ 81 SmfModifyMethod.html \ 82 SmfNscdStates.html \ 83 SmfNADDStates.html \ 84 SmfNDMPStates.html \ 85 SmfNWAMStates.html \ 86 SmfPowerStates.html \ 87 SmfRoutingStates.html \ 88 SmfSendmailStates.html \ 89 SmfSshStates.html \ 90 SmfSyslogStates.html \ 91 SmfValueExAcctFlow.html \ 92 SmfValueExAcctProcess.html \ 93 SmfValueExAcctTask.html \ 94 SmfVtStates.html \ 95 SmfValueHeader.html \ 96 SmfValueInetd.html \ 97 SmfValueIPsec.html \ 98 SmfValueIscsitgt.html \ 99 SmfValueMDNS.html \ 100 SmfValueNADD.html \ 101 SmfValueNDMP.html \ 102 AuthReadNDMP.html \ 103 SmfValueNWAM.html \ 104 SmfValueRouting.html \ 105 SmfValueSMB.html \ 106 AuthReadSMB.html \ 107 SmfSMBFSStates.html \ 108 SmfSMBStates.html \ 109 SmfValueVscan.html \ 110 SmfVscanStates.html \ 111 SmfValueVt.html \ 112 SmfWpaStates.html \ 113 NetworkAutoconf.html \ 114 NetworkHeader.html \ 115 WifiConfig.html \ 116 WifiWep.html \ 117 LinkSecurity.html \ 118 IdmapRules.html \ 119 SmfIdmapStates.html \ 120 SmfValueIdmap.html \ 121 FileChown.html \ 122 FileHeader.html \ 123 FileOwner.html \ 124 LabelFileDowngrade.html \ 125 LabelFileUpgrade.html \ 126 LabelHeader.html \ 127 LabelPrint.html \ 128 LabelRange.html \ 129 LabelServer.html \ 130 LabelWinDowngrade.html \ 131 LabelWinNoView.html \ 132 LabelWinUpgrade.html \ 133 PrintAdmin.html \ 134 PrintCancel.html \ 135 PrintHeader.html \ 136 PrintList.html \ 137 PrintNoBanner.html \ 138 PrintPs.html \ 139 PrintUnlabeled.html \ 140 TNDaemon.html \ 141 TNctl.html \ 142 ValueTND.html \ 143 SysPowerMgmtHeader.html \ 144 SysPowerMgmtSuspend.html \ 145 SysPowerMgmtSuspendtoDisk.html \ 146 SysPowerMgmtSuspendtoRAM.html \ 147 SysPowerMgmtBrightness.html \ 148 SysCpuPowerMgmt.html \ 149 SmfManageZFSSnap.html 150 151HELPDIR=$(ROOT)/usr/lib/help 152AUTHDIR=$(HELPDIR)/auths 153LOCALEDIR=$(AUTHDIR)/locale 154CDIR=$(LOCALEDIR)/C 155DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR) 156HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 157 158MSGDIR= $(LOCALEDIR) 159MSGDIRS = $(HELPDIR) $(AUTHDIR) $(LOCALEDIR) 160 161MSGFILES= $(HTMLENTS) 162MSGS= $(MSGFILES:%=$(MSGDIR)/%) 163 164FILEMODE= 0444 165$(HELPFILES) := OWNER = root 166$(HELPFILES) := GROUP = bin 167 168.KEEP_STATE: 169 170all: $(HTMLENTS) 171 172install: all $(DIRS) $(HELPFILES) 173 174_msg: $(MSGDIRS) $(MSGS) 175 176$(CDIR)/%: % 177 $(INS.file) 178 179$(DIRS): 180 $(INS.dir) 181 182$(MSGDIR)/%: % 183 $(INS.file) 184 185clean clobber lint: 186