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