2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A
2N/A# Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
2N/A
2N/Ainclude ../../../../Makefile.master
2N/A
2N/AHTMLENTS = \
2N/A RtAcctadm.html \
2N/A RtAdminMsg.html \
2N/A RtAll.html \
2N/A RtAuditCfg.html \
2N/A RtAuditCtrl.html \
2N/A RtAuditReview.html \
2N/A RtCPUPowerManagement.html \
2N/A RtContractObserver.html \
2N/A RtConsUser.html \
2N/A RtCronMngmnt.html \
2N/A RtCryptoMngmnt.html \
2N/A RtExAcctFlow.html \
2N/A RtExAcctProcess.html \
2N/A RtExAcctTask.html \
2N/A RtExAcctNet.html \
2N/A RtLogMngmnt.html \
2N/A RtDeviceMngmnt.html \
2N/A RtDeviceSecurity.html \
2N/A RtDHCPMngmnt.html \
2N/A RtFileSysMngmnt.html \
2N/A RtFileSysSecurity.html \
2N/A RtFTPMngmnt.html \
2N/A RtHotplugMngmnt.html \
2N/A RtInetdMngmnt.html \
2N/A RtIPFilterMngmnt.html \
2N/A RtKerberosClntMngmnt.html \
2N/A RtKerberosSrvrMngmnt.html \
2N/A RtMailMngmnt.html \
2N/A RtMaintAndRepair.html \
2N/A RtMediaBkup.html \
2N/A RtMediaCtlg.html \
2N/A RtMediaRestore.html \
2N/A RtNDMPMngmnt.html \
2N/A RtNameServiceAdmin.html \
2N/A RtNameServiceSecure.html \
2N/A RtNetAutoconfAdmin.html \
2N/A RtNetAutoconfUser.html \
2N/A RtNetILB.html \
2N/A RtNetIPsec.html \
2N/A RtNetLLDP.html \
2N/A RtNetMngmnt.html \
2N/A RtNetObservability.html \
2N/A RtNetSecure.html \
2N/A RtNetWifiMngmnt.html \
2N/A RtNetWifiSecure.html \
2N/A RtNetLinkSecure.html \
2N/A RtNetVRRP.html \
2N/A RtObAccessMngmnt.html \
2N/A RtOperator.html \
2N/A RtPrntAdmin.html \
2N/A RtProcManagement.html \
2N/A RtRDSMngmnt.html \
2N/A RtReparseMngmnt.html \
2N/A RtReservedProfile.html \
2N/A RtRightsDelegate.html \
2N/A RtRightsMngmnt.html \
2N/A RtSecExtConfig.html \
2N/A RtShadowMigrationMonitor.html \
2N/A RtSMBMngmnt.html \
2N/A RtSMBFSMngmnt.html \
2N/A RtSoftwareInstall.html \
2N/A RtSysAdmin.html \
2N/A RtSysConf.html \
2N/A RtSysEvMngmnt.html \
2N/A RtUserMngmnt.html \
2N/A RtUserSecurity.html \
2N/A RtDatAdmin.html \
2N/A RtZFSFileSysMngmnt.html \
2N/A RtZFSStorageMngmnt.html \
2N/A RtZoneMngmnt.html \
2N/A RtZoneSecurity.html \
2N/A RtInfoSec.html \
2N/A RtObjectLabelMngmnt.html \
2N/A RtOutsideAccred.html \
2N/A RtDefault.html \
2N/A RtIdmapMngmnt.html \
2N/A RtIdmapNameRulesMngmnt.html \
2N/A RtVscanMngmnt.html \
2N/A RtSysPowerMgmt.html \
2N/A RtSysPowerMgmtSuspend.html \
2N/A RtSysPowerMgmtSuspendtoDisk.html \
2N/A RtSysPowerMgmtSuspendtoRAM.html \
2N/A RtSysPowerMgmtBrightness.html \
2N/A RtRadConfiguration.html \
2N/A RtRadManagement.html
2N/A
2N/AHELPDIR = $(ROOT)/usr/lib/help
2N/APROFDIR = $(HELPDIR)/profiles
2N/ALOCALEDIR = $(PROFDIR)/locale
2N/ACDIR = $(LOCALEDIR)/C
2N/ADIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR)
2N/AHELPFILES=$(HTMLENTS:%=$(CDIR)/%)
2N/A
2N/AMSGDIR= $(LOCALEDIR)
2N/AMSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR)
2N/A
2N/AMSGFILES= $(HTMLENTS)
2N/AMSGS= $(MSGFILES:%=$(MSGDIR)/%)
2N/A
2N/AFILEMODE = 0444
2N/A
2N/A.KEEP_STATE:
2N/A
2N/Aall: $(HTMLENTS)
2N/A
2N/Ainstall: all $(DIRS) $(HELPFILES)
2N/A
2N/A_msg: $(MSGDIRS) $(MSGS)
2N/A
2N/A$(CDIR)/%: %
2N/A $(INS.file)
2N/A
2N/A$(DIRS):
2N/A $(INS.dir)
2N/A
2N/A$(MSGDIR)/%: %
2N/A $(INS.file)
2N/A
2N/Aclean clobber lint: