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 2008 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 RtLogMngmnt.html \ 42 RtDeviceMngmnt.html \ 43 RtDeviceSecurity.html \ 44 RtDHCPMngmnt.html \ 45 RtFileSysMngmnt.html \ 46 RtFileSysSecurity.html \ 47 RtFTPMngmnt.html \ 48 RtInetdMngmnt.html \ 49 RtIPFilterMngmnt.html \ 50 RtKerberosClntMngmnt.html \ 51 RtKerberosSrvrMngmnt.html \ 52 RtMailMngmnt.html \ 53 RtMaintAndRepair.html \ 54 RtMediaBkup.html \ 55 RtMediaRestore.html \ 56 RtNDMPMngmnt.html \ 57 RtNameServiceAdmin.html \ 58 RtNameServiceSecure.html \ 59 RtNetAutoconf.html \ 60 RtNetIPsec.html \ 61 RtNetMngmnt.html \ 62 RtNetSecure.html \ 63 RtNetWifiMngmnt.html \ 64 RtNetWifiSecure.html \ 65 RtNetLinkSecure.html \ 66 RtObAccessMngmnt.html \ 67 RtPrntAdmin.html \ 68 RtProcManagement.html \ 69 RtRightsDelegate.html \ 70 RtSMBMngmnt.html \ 71 RtSMBFSMngmnt.html \ 72 RtSoftwareInstall.html \ 73 RtSysEvMngmnt.html \ 74 RtUserMngmnt.html \ 75 RtUserSecurity.html \ 76 RtDatAdmin.html \ 77 RtZFSFileSysMngmnt.html \ 78 RtZFSStorageMngmnt.html \ 79 RtZoneMngmnt.html \ 80 RtInfoSec.html \ 81 RtObjectLabelMngmnt.html \ 82 RtOutsideAccred.html \ 83 RtDefault.html \ 84 RtIdmapMngmnt.html \ 85 RtIdmapNameRulesMngmnt.html \ 86 RtVscanMngmnt.html \ 87 RtSysPowerMgmt.html \ 88 RtSysPowerMgmtSuspend.html \ 89 RtSysPowerMgmtSuspendtoDisk.html \ 90 RtSysPowerMgmtSuspendtoRAM.html \ 91 RtSysPowerMgmtBrightness.html \ 92 RtCPUPowerManagement.html 93 94 95HELPDIR = $(ROOT)/usr/lib/help 96PROFDIR = $(HELPDIR)/profiles 97LOCALEDIR = $(PROFDIR)/locale 98CDIR = $(LOCALEDIR)/C 99DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR) 100HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 101 102MSGDIR= $(LOCALEDIR) 103MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) 104 105MSGFILES= $(HTMLENTS) 106MSGS= $(MSGFILES:%=$(MSGDIR)/%) 107 108FILEMODE = 0444 109$(HELPFILES) := OWNER = root 110$(HELPFILES) := GROUP = bin 111 112.KEEP_STATE: 113 114all: $(HTMLENTS) 115 116install: all $(DIRS) $(HELPFILES) 117 118_msg: $(MSGDIRS) $(MSGS) 119 120$(CDIR)/%: % 121 $(INS.file) 122 123$(DIRS): 124 $(INS.dir) 125 126$(MSGDIR)/%: % 127 $(INS.file) 128 129clean clobber lint: 130