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 2007 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# 24#ident "%Z%%M% %I% %E% SMI" 25# 26# lib/libsecdb/help/auths/Makefile 27# 28 29include ../../../../Makefile.master 30 31HTMLENTS = \ 32 AuditConfig.html \ 33 AuditHeader.html \ 34 AuditRead.html \ 35 DevAllocHeader.html \ 36 DevAllocate.html \ 37 DevConfig.html \ 38 DevCDRW.html \ 39 DevGrant.html \ 40 DevRevoke.html \ 41 JobHeader.html \ 42 AuthJobsAdmin.html \ 43 JobsGrant.html \ 44 AuthJobsUser.html \ 45 LoginEnable.html \ 46 LoginHeader.html \ 47 LoginRemote.html \ 48 MailHeader.html \ 49 MailQueue.html \ 50 PriAdmin.html \ 51 AuthProfmgrAssign.html \ 52 AuthProfmgrDelegate.html \ 53 AuthProfmgrExecattrWrite.html \ 54 AuthProfmgrRead.html \ 55 ProfmgrHeader.html \ 56 AuthProfmgrWrite.html \ 57 AuthRoleAssign.html \ 58 AuthRoleDelegate.html \ 59 RoleHeader.html \ 60 AuthRoleWrite.html \ 61 SysDate.html \ 62 SysHeader.html \ 63 SysShutdown.html \ 64 AllSolAuthsHeader.html \ 65 DhcpmgrHeader.html \ 66 DhcpmgrWrite.html \ 67 BindStates.html \ 68 SmfAutofsStates.html \ 69 SmfCronStates.html \ 70 SmfHeader.html \ 71 SmfInetdStates.html \ 72 SmfIPsecStates.html \ 73 SmfManageHeader.html \ 74 SmfMDNSStates.html \ 75 SmfModifyAppl.html \ 76 SmfModifyDepend.html \ 77 SmfModifyFramework.html \ 78 SmfModifyHeader.html \ 79 SmfModifyMethod.html \ 80 SmfNscdStates.html \ 81 SmfNADDStates.html \ 82 SmfNDMPStates.html \ 83 SmfNWAMStates.html \ 84 SmfPowerStates.html \ 85 SmfRoutingStates.html \ 86 SmfSendmailStates.html \ 87 SmfSshStates.html \ 88 SmfSyslogStates.html \ 89 SmfValueHeader.html \ 90 SmfValueInetd.html \ 91 SmfValueIPsec.html \ 92 SmfValueIscsitgt.html \ 93 SmfValueMDNS.html \ 94 SmfValueNADD.html \ 95 SmfValueNDMP.html \ 96 AuthReadNDMP.html \ 97 SmfValueNWAM.html \ 98 SmfValueRouting.html \ 99 SmfValueSMB.html \ 100 AuthReadSMB.html \ 101 SmfSMBStates.html \ 102 SmfValueVscan.html \ 103 SmfVscanStates.html \ 104 SmfWpaStates.html \ 105 NetworkHeader.html \ 106 WifiConfig.html \ 107 WifiWep.html \ 108 LinkSecurity.html \ 109 IdmapRules.html \ 110 SmfIdmapStates.html \ 111 SmfValueIdmap.html \ 112 FileChown.html \ 113 FileHeader.html \ 114 FileOwner.html \ 115 LabelFileDowngrade.html \ 116 LabelFileUpgrade.html \ 117 LabelHeader.html \ 118 LabelPrint.html \ 119 LabelRange.html \ 120 LabelServer.html \ 121 LabelWinDowngrade.html \ 122 LabelWinNoView.html \ 123 LabelWinUpgrade.html \ 124 PrintAdmin.html \ 125 PrintCancel.html \ 126 PrintHeader.html \ 127 PrintList.html \ 128 PrintNoBanner.html \ 129 PrintPs.html \ 130 PrintUnlabeled.html \ 131 TNDaemon.html \ 132 TNctl.html \ 133 ValueTND.html 134 135HELPDIR=$(ROOT)/usr/lib/help 136AUTHDIR=$(HELPDIR)/auths 137LOCALEDIR=$(AUTHDIR)/locale 138CDIR=$(LOCALEDIR)/C 139DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR) 140HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 141 142MSGDIR= $(LOCALEDIR) 143MSGDIRS = $(HELPDIR) $(AUTHDIR) $(LOCALEDIR) 144 145MSGFILES= $(HTMLENTS) 146MSGS= $(MSGFILES:%=$(MSGDIR)/%) 147 148FILEMODE= 0444 149$(HELPFILES) := OWNER = root 150$(HELPFILES) := GROUP = bin 151 152.KEEP_STATE: 153 154all: $(HTMLENTS) 155 156install: all $(DIRS) $(HELPFILES) 157 158_msg: $(MSGDIRS) $(MSGS) 159 160$(CDIR)/%: % 161 $(INS.file) 162 163$(DIRS): 164 $(INS.dir) 165 166$(MSGDIR)/%: % 167 $(INS.file) 168 169clean clobber lint: 170