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 SmfValueHeader.html \ 95 SmfValueInetd.html \ 96 SmfValueIPsec.html \ 97 SmfValueIscsitgt.html \ 98 SmfValueMDNS.html \ 99 SmfValueNADD.html \ 100 SmfValueNDMP.html \ 101 AuthReadNDMP.html \ 102 SmfValueNWAM.html \ 103 SmfValueRouting.html \ 104 SmfValueSMB.html \ 105 AuthReadSMB.html \ 106 SmfSMBFSStates.html \ 107 SmfSMBStates.html \ 108 SmfValueVscan.html \ 109 SmfVscanStates.html \ 110 SmfWpaStates.html \ 111 NetworkHeader.html \ 112 WifiConfig.html \ 113 WifiWep.html \ 114 LinkSecurity.html \ 115 IdmapRules.html \ 116 SmfIdmapStates.html \ 117 SmfValueIdmap.html \ 118 FileChown.html \ 119 FileHeader.html \ 120 FileOwner.html \ 121 LabelFileDowngrade.html \ 122 LabelFileUpgrade.html \ 123 LabelHeader.html \ 124 LabelPrint.html \ 125 LabelRange.html \ 126 LabelServer.html \ 127 LabelWinDowngrade.html \ 128 LabelWinNoView.html \ 129 LabelWinUpgrade.html \ 130 PrintAdmin.html \ 131 PrintCancel.html \ 132 PrintHeader.html \ 133 PrintList.html \ 134 PrintNoBanner.html \ 135 PrintPs.html \ 136 PrintUnlabeled.html \ 137 TNDaemon.html \ 138 TNctl.html \ 139 ValueTND.html \ 140 SysPowerMgmtHeader.html \ 141 SysPowerMgmtSuspend.html \ 142 SysPowerMgmtSuspendtoDisk.html \ 143 SysPowerMgmtSuspendtoRAM.html \ 144 SysPowerMgmtBrightness.html \ 145 SysCpuPowerMgmt.html 146 147HELPDIR=$(ROOT)/usr/lib/help 148AUTHDIR=$(HELPDIR)/auths 149LOCALEDIR=$(AUTHDIR)/locale 150CDIR=$(LOCALEDIR)/C 151DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR) 152HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 153 154MSGDIR= $(LOCALEDIR) 155MSGDIRS = $(HELPDIR) $(AUTHDIR) $(LOCALEDIR) 156 157MSGFILES= $(HTMLENTS) 158MSGS= $(MSGFILES:%=$(MSGDIR)/%) 159 160FILEMODE= 0444 161$(HELPFILES) := OWNER = root 162$(HELPFILES) := GROUP = bin 163 164.KEEP_STATE: 165 166all: $(HTMLENTS) 167 168install: all $(DIRS) $(HELPFILES) 169 170_msg: $(MSGDIRS) $(MSGS) 171 172$(CDIR)/%: % 173 $(INS.file) 174 175$(DIRS): 176 $(INS.dir) 177 178$(MSGDIR)/%: % 179 $(INS.file) 180 181clean clobber lint: 182