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 2010 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 RtNetAutoconfAdmin.html \ 63 RtNetAutoconfUser.html \ 64 RtNetILB.html \ 65 RtNetIPsec.html \ 66 RtNetMngmnt.html \ 67 RtNetObservability.html \ 68 RtNetSecure.html \ 69 RtNetWifiMngmnt.html \ 70 RtNetWifiSecure.html \ 71 RtNetLinkSecure.html \ 72 RtNetVRRP.html \ 73 RtObAccessMngmnt.html \ 74 RtOperator.html \ 75 RtPriAdmin.html \ 76 RtPrntAdmin.html \ 77 RtProcManagement.html \ 78 RtReparseMngmnt.html \ 79 RtRightsDelegate.html \ 80 RtSMBMngmnt.html \ 81 RtSMBFSMngmnt.html \ 82 RtSoftwareInstall.html \ 83 RtSysAdmin.html \ 84 RtSysEvMngmnt.html \ 85 RtUserMngmnt.html \ 86 RtUserSecurity.html \ 87 RtDatAdmin.html \ 88 RtZFSFileSysMngmnt.html \ 89 RtZFSStorageMngmnt.html \ 90 RtZoneMngmnt.html \ 91 RtInfoSec.html \ 92 RtObjectLabelMngmnt.html \ 93 RtOutsideAccred.html \ 94 RtDefault.html \ 95 RtIdmapMngmnt.html \ 96 RtIdmapNameRulesMngmnt.html \ 97 RtVscanMngmnt.html \ 98 RtSysPowerMgmt.html \ 99 RtSysPowerMgmtSuspend.html \ 100 RtSysPowerMgmtSuspendtoDisk.html \ 101 RtSysPowerMgmtSuspendtoRAM.html \ 102 RtSysPowerMgmtBrightness.html \ 103 RtCPUPowerManagement.html \ 104 RtMMSAdmin.html \ 105 RtMMSOper.html \ 106 RtMMSUser.html 107 108HELPDIR = $(ROOT)/usr/lib/help 109PROFDIR = $(HELPDIR)/profiles 110LOCALEDIR = $(PROFDIR)/locale 111CDIR = $(LOCALEDIR)/C 112DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR) 113HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 114 115MSGDIR= $(LOCALEDIR) 116MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) 117 118MSGFILES= $(HTMLENTS) 119MSGS= $(MSGFILES:%=$(MSGDIR)/%) 120 121FILEMODE = 0444 122 123.KEEP_STATE: 124 125all: $(HTMLENTS) 126 127install: all $(DIRS) $(HELPFILES) 128 129_msg: $(MSGDIRS) $(MSGS) 130 131$(CDIR)/%: % 132 $(INS.file) 133 134$(DIRS): 135 $(INS.dir) 136 137$(MSGDIR)/%: % 138 $(INS.file) 139 140clean clobber lint: 141