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