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 SmfIPsecStates.html \ 72 SmfManageHeader.html \ 73 SmfModifyAppl.html \ 74 SmfModifyDepend.html \ 75 SmfModifyFramework.html \ 76 SmfModifyHeader.html \ 77 SmfModifyMethod.html \ 78 SmfNscdStates.html \ 79 SmfNWAMStates.html \ 80 SmfPowerStates.html \ 81 SmfRoutingStates.html \ 82 SmfSendmailStates.html \ 83 SmfSshStates.html \ 84 SmfSyslogStates.html \ 85 SmfValueHeader.html \ 86 SmfValueIPsec.html \ 87 SmfValueNWAM.html \ 88 SmfValueRouting.html \ 89 SmfWpaStates.html \ 90 NetworkHeader.html \ 91 WifiConfig.html \ 92 WifiWep.html \ 93 LinkSecurity.html \ 94 IdmapRules.html \ 95 SmfIdmapStates.html \ 96 SmfValueIdmap.html 97 98HELPDIR=$(ROOT)/usr/lib/help 99AUTHDIR=$(HELPDIR)/auths 100LOCALEDIR=$(AUTHDIR)/locale 101CDIR=$(LOCALEDIR)/C 102DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR) 103HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 104 105MSGDIR= $(LOCALEDIR) 106MSGDIRS = $(HELPDIR) $(AUTHDIR) $(LOCALEDIR) 107 108MSGFILES= $(HTMLENTS) 109MSGS= $(MSGFILES:%=$(MSGDIR)/%) 110 111FILEMODE= 0444 112$(HELPFILES) := OWNER = root 113$(HELPFILES) := GROUP = bin 114 115.KEEP_STATE: 116 117all: $(HTMLENTS) 118 119install: all $(DIRS) $(HELPFILES) 120 121_msg: $(MSGDIRS) $(MSGS) 122 123$(CDIR)/%: % 124 $(INS.file) 125 126$(DIRS): 127 $(INS.dir) 128 129$(MSGDIR)/%: % 130 $(INS.file) 131 132clean clobber lint: 133