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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25#ident "%Z%%M% %I% %E% SMI" 26# 27# lib/libsecdb/help/auths/Makefile 28# 29 30include ../../../../Makefile.master 31 32HTMLENTS = \ 33 AuditConfig.html \ 34 AuditHeader.html \ 35 AuditRead.html \ 36 DevAllocHeader.html \ 37 DevAllocate.html \ 38 DevConfig.html \ 39 DevCDRW.html \ 40 DevGrant.html \ 41 DevRevoke.html \ 42 JobHeader.html \ 43 AuthJobsAdmin.html \ 44 JobsGrant.html \ 45 AuthJobsUser.html \ 46 LoginEnable.html \ 47 LoginHeader.html \ 48 LoginRemote.html \ 49 MailHeader.html \ 50 MailQueue.html \ 51 PriAdmin.html \ 52 AuthProfmgrAssign.html \ 53 AuthProfmgrDelegate.html \ 54 AuthProfmgrExecattrWrite.html \ 55 AuthProfmgrRead.html \ 56 ProfmgrHeader.html \ 57 AuthProfmgrWrite.html \ 58 AuthRoleAssign.html \ 59 AuthRoleDelegate.html \ 60 RoleHeader.html \ 61 AuthRoleWrite.html \ 62 SysDate.html \ 63 SysHeader.html \ 64 SysShutdown.html \ 65 AllSolAuthsHeader.html \ 66 DhcpmgrHeader.html \ 67 DhcpmgrWrite.html \ 68 BindStates.html \ 69 SmfAutofsStates.html \ 70 SmfCronStates.html \ 71 SmfHeader.html \ 72 SmfManageHeader.html \ 73 SmfModifyAppl.html \ 74 SmfModifyDepend.html \ 75 SmfModifyFramework.html \ 76 SmfModifyHeader.html \ 77 SmfModifyMethod.html \ 78 SmfNscdStates.html \ 79 SmfPowerStates.html \ 80 SmfSendmailStates.html \ 81 SmfSshStates.html \ 82 SmfSyslogStates.html 83 84HELPDIR=$(ROOT)/usr/lib/help 85AUTHDIR=$(HELPDIR)/auths 86LOCALEDIR=$(AUTHDIR)/locale 87CDIR=$(LOCALEDIR)/C 88DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR) 89HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 90 91MSGDIR= $(LOCALEDIR) 92MSGDIRS = $(HELPDIR) $(AUTHDIR) $(LOCALEDIR) 93 94MSGFILES= $(HTMLENTS) 95MSGS= $(MSGFILES:%=$(MSGDIR)/%) 96 97FILEMODE= 0444 98$(HELPFILES) := OWNER = root 99$(HELPFILES) := GROUP = bin 100 101.KEEP_STATE: 102 103all: $(HTMLENTS) 104 105install: all $(DIRS) $(HELPFILES) 106 107_msg: $(MSGDIRS) $(MSGS) 108 109$(CDIR)/%: % 110 $(INS.file) 111 112$(DIRS): 113 $(INS.dir) 114 115$(MSGDIR)/%: % 116 $(INS.file) 117 118clean clobber lint: 119