Makefile revision ead1f93ee620d7580f7e53350fe5a884fc4f158a
335N/A#
335N/A# CDDL HEADER START
335N/A#
335N/A# The contents of this file are subject to the terms of the
335N/A# Common Development and Distribution License (the "License").
335N/A# You may not use this file except in compliance with the License.
335N/A#
335N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
335N/A# or http://www.opensolaris.org/os/licensing.
335N/A# See the License for the specific language governing permissions
335N/A# and limitations under the License.
335N/A#
335N/A# When distributing Covered Code, include this CDDL HEADER in each
335N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
335N/A# If applicable, add the following below this CDDL HEADER, with the
335N/A# fields enclosed by brackets "[]" replaced with your own identifying
335N/A# information: Portions Copyright [yyyy] [name of copyright owner]
335N/A#
335N/A# CDDL HEADER END
335N/A#
335N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
335N/A# Use is subject to license terms.
335N/A#
335N/A# lib/libsecdb/help/profiles/Makefile
335N/A#
335N/A
335N/Ainclude ../../../../Makefile.master
335N/A
335N/AHTMLENTS = \
335N/A RtAcctadm.html \
618N/A RtAll.html \
335N/A RtAuditCtrl.html \
335N/A RtAuditReview.html \
335N/A RtContractObserver.html \
335N/A RtConsUser.html \
335N/A RtCronMngmnt.html \
335N/A RtCryptoMngmnt.html \
335N/A RtExAcctFlow.html \
335N/A RtExAcctProcess.html \
335N/A RtExAcctTask.html \
335N/A RtExAcctNet.html \
335N/A RtLogMngmnt.html \
335N/A RtDeviceMngmnt.html \
335N/A RtDeviceSecurity.html \
335N/A RtDHCPMngmnt.html \
335N/A RtFileSysMngmnt.html \
335N/A RtFileSysSecurity.html \
335N/A RtFTPMngmnt.html \
335N/A RtHotplugMngmnt.html \
335N/A RtInetdMngmnt.html \
335N/A RtIPFilterMngmnt.html \
335N/A RtKerberosClntMngmnt.html \
335N/A RtKerberosSrvrMngmnt.html \
335N/A RtMailMngmnt.html \
335N/A RtMaintAndRepair.html \
335N/A RtMediaBkup.html \
335N/A RtMediaCtlg.html \
335N/A RtMediaRestore.html \
335N/A RtNDMPMngmnt.html \
335N/A RtNameServiceAdmin.html \
335N/A RtNameServiceSecure.html \
RtNetAutoconfAdmin.html \
RtNetAutoconfUser.html \
RtNetILB.html \
RtNetIPsec.html \
RtNetMngmnt.html \
RtNetObservability.html \
RtNetSecure.html \
RtNetWifiMngmnt.html \
RtNetWifiSecure.html \
RtNetLinkSecure.html \
RtNetVRRP.html \
RtObAccessMngmnt.html \
RtOperator.html \
RtPriAdmin.html \
RtPrntAdmin.html \
RtProcManagement.html \
RtReparseMngmnt.html \
RtRightsDelegate.html \
RtSMBMngmnt.html \
RtSMBFSMngmnt.html \
RtSoftwareInstall.html \
RtSysAdmin.html \
RtSysEvMngmnt.html \
RtUserMngmnt.html \
RtUserSecurity.html \
RtDatAdmin.html \
RtZFSFileSysMngmnt.html \
RtZFSStorageMngmnt.html \
RtZoneMngmnt.html \
RtInfoSec.html \
RtObjectLabelMngmnt.html \
RtOutsideAccred.html \
RtDefault.html \
RtIdmapMngmnt.html \
RtIdmapNameRulesMngmnt.html \
RtVscanMngmnt.html \
RtSysPowerMgmt.html \
RtSysPowerMgmtSuspend.html \
RtSysPowerMgmtSuspendtoDisk.html \
RtSysPowerMgmtSuspendtoRAM.html \
RtSysPowerMgmtBrightness.html \
RtCPUPowerManagement.html \
RtMMSAdmin.html \
RtMMSOper.html \
RtMMSUser.html
HELPDIR = $(ROOT)/usr/lib/help
PROFDIR = $(HELPDIR)/profiles
LOCALEDIR = $(PROFDIR)/locale
CDIR = $(LOCALEDIR)/C
DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR)
HELPFILES=$(HTMLENTS:%=$(CDIR)/%)
MSGDIR= $(LOCALEDIR)
MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR)
MSGFILES= $(HTMLENTS)
MSGS= $(MSGFILES:%=$(MSGDIR)/%)
FILEMODE = 0444
.KEEP_STATE:
all: $(HTMLENTS)
install: all $(DIRS) $(HELPFILES)
_msg: $(MSGDIRS) $(MSGS)
$(CDIR)/%: %
$(INS.file)
$(DIRS):
$(INS.dir)
$(MSGDIR)/%: %
$(INS.file)
clean clobber lint: