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 SmfNWAMStates.html \ 82 SmfPowerStates.html \ 83 SmfRoutingStates.html \ 84 SmfSendmailStates.html \ 85 SmfSshStates.html \ 86 SmfSyslogStates.html \ 87 SmfValueHeader.html \ 88 SmfValueInetd.html \ 89 SmfValueIPsec.html \ 90 SmfValueIscsitgt.html \ 91 SmfValueMDNS.html \ 92 SmfValueNWAM.html \ 93 SmfValueRouting.html \ 94 SmfWpaStates.html \ 95 NetworkHeader.html \ 96 WifiConfig.html \ 97 WifiWep.html \ 98 LinkSecurity.html \ 99 IdmapRules.html \ 100 SmfIdmapStates.html \ 101 SmfValueIdmap.html \ 102 FileChown.html \ 103 FileHeader.html \ 104 FileOwner.html \ 105 LabelFileDowngrade.html \ 106 LabelFileUpgrade.html \ 107 LabelHeader.html \ 108 LabelPrint.html \ 109 LabelRange.html \ 110 LabelServer.html \ 111 LabelWinDowngrade.html \ 112 LabelWinNoView.html \ 113 LabelWinUpgrade.html \ 114 PrintAdmin.html \ 115 PrintCancel.html \ 116 PrintHeader.html \ 117 PrintList.html \ 118 PrintNoBanner.html \ 119 PrintPs.html \ 120 PrintUnlabeled.html \ 121 TNDaemon.html \ 122 TNctl.html \ 123 ValueTND.html 124 125HELPDIR=$(ROOT)/usr/lib/help 126AUTHDIR=$(HELPDIR)/auths 127LOCALEDIR=$(AUTHDIR)/locale 128CDIR=$(LOCALEDIR)/C 129DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR) 130HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 131 132MSGDIR= $(LOCALEDIR) 133MSGDIRS = $(HELPDIR) $(AUTHDIR) $(LOCALEDIR) 134 135MSGFILES= $(HTMLENTS) 136MSGS= $(MSGFILES:%=$(MSGDIR)/%) 137 138FILEMODE= 0444 139$(HELPFILES) := OWNER = root 140$(HELPFILES) := GROUP = bin 141 142.KEEP_STATE: 143 144all: $(HTMLENTS) 145 146install: all $(DIRS) $(HELPFILES) 147 148_msg: $(MSGDIRS) $(MSGS) 149 150$(CDIR)/%: % 151 $(INS.file) 152 153$(DIRS): 154 $(INS.dir) 155 156$(MSGDIR)/%: % 157 $(INS.file) 158 159clean clobber lint: 160