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