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