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 2009 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# 24# lib/libsecdb/help/profiles/Makefile 25# 26 27include ../../../../Makefile.master 28 29HTMLENTS = \ 30 RtAcctadm.html \ 31 RtAll.html \ 32 RtAuditCtrl.html \ 33 RtAuditReview.html \ 34 RtContractObserver.html \ 35 RtConsUser.html \ 36 RtCronMngmnt.html \ 37 RtCryptoMngmnt.html \ 38 RtExAcctFlow.html \ 39 RtExAcctProcess.html \ 40 RtExAcctTask.html \ 41 RtExAcctNet.html \ 42 RtLogMngmnt.html \ 43 RtDeviceMngmnt.html \ 44 RtDeviceSecurity.html \ 45 RtDHCPMngmnt.html \ 46 RtFileSysMngmnt.html \ 47 RtFileSysSecurity.html \ 48 RtFTPMngmnt.html \ 49 RtHotplugMngmnt.html \ 50 RtInetdMngmnt.html \ 51 RtIPFilterMngmnt.html \ 52 RtKerberosClntMngmnt.html \ 53 RtKerberosSrvrMngmnt.html \ 54 RtMailMngmnt.html \ 55 RtMaintAndRepair.html \ 56 RtMediaBkup.html \ 57 RtMediaCtlg.html \ 58 RtMediaRestore.html \ 59 RtNDMPMngmnt.html \ 60 RtNameServiceAdmin.html \ 61 RtNameServiceSecure.html \ 62 RtNetAutoconf.html \ 63 RtNetIPsec.html \ 64 RtNetMngmnt.html \ 65 RtNetObservability.html \ 66 RtNetSecure.html \ 67 RtNetWifiMngmnt.html \ 68 RtNetWifiSecure.html \ 69 RtNetLinkSecure.html \ 70 RtObAccessMngmnt.html \ 71 RtPrntAdmin.html \ 72 RtProcManagement.html \ 73 RtReparseMngmnt.html \ 74 RtRightsDelegate.html \ 75 RtSMBMngmnt.html \ 76 RtSMBFSMngmnt.html \ 77 RtSoftwareInstall.html \ 78 RtSysEvMngmnt.html \ 79 RtUserMngmnt.html \ 80 RtUserSecurity.html \ 81 RtDatAdmin.html \ 82 RtZFSFileSysMngmnt.html \ 83 RtZFSStorageMngmnt.html \ 84 RtZoneMngmnt.html \ 85 RtInfoSec.html \ 86 RtObjectLabelMngmnt.html \ 87 RtOutsideAccred.html \ 88 RtDefault.html \ 89 RtIdmapMngmnt.html \ 90 RtIdmapNameRulesMngmnt.html \ 91 RtVscanMngmnt.html \ 92 RtSysPowerMgmt.html \ 93 RtSysPowerMgmtSuspend.html \ 94 RtSysPowerMgmtSuspendtoDisk.html \ 95 RtSysPowerMgmtSuspendtoRAM.html \ 96 RtSysPowerMgmtBrightness.html \ 97 RtCPUPowerManagement.html \ 98 RtMMSAdmin.html \ 99 RtMMSOper.html \ 100 RtMMSUser.html 101 102HELPDIR = $(ROOT)/usr/lib/help 103PROFDIR = $(HELPDIR)/profiles 104LOCALEDIR = $(PROFDIR)/locale 105CDIR = $(LOCALEDIR)/C 106DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR) 107HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 108 109MSGDIR= $(LOCALEDIR) 110MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) 111 112MSGFILES= $(HTMLENTS) 113MSGS= $(MSGFILES:%=$(MSGDIR)/%) 114 115FILEMODE = 0444 116 117.KEEP_STATE: 118 119all: $(HTMLENTS) 120 121install: all $(DIRS) $(HELPFILES) 122 123_msg: $(MSGDIRS) $(MSGS) 124 125$(CDIR)/%: % 126 $(INS.file) 127 128$(DIRS): 129 $(INS.dir) 130 131$(MSGDIR)/%: % 132 $(INS.file) 133 134clean clobber lint: 135