Makefile revision 1cb875ae88fb9463b368e725c2444776595895cb
417N/A#
417N/A# CDDL HEADER START
417N/A#
417N/A# The contents of this file are subject to the terms of the
417N/A# Common Development and Distribution License (the "License").
417N/A# You may not use this file except in compliance with the License.
417N/A#
417N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
417N/A# or http://www.opensolaris.org/os/licensing.
417N/A# See the License for the specific language governing permissions
417N/A# and limitations under the License.
417N/A#
417N/A# When distributing Covered Code, include this CDDL HEADER in each
417N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
417N/A# If applicable, add the following below this CDDL HEADER, with the
417N/A# fields enclosed by brackets "[]" replaced with your own identifying
417N/A# information: Portions Copyright [yyyy] [name of copyright owner]
417N/A#
417N/A# CDDL HEADER END
417N/A#
417N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
417N/A# Use is subject to license terms.
417N/A#
417N/A# lib/libsecdb/help/profiles/Makefile
417N/A#
417N/A
417N/Ainclude ../../../../Makefile.master
417N/A
417N/AHTMLENTS = \
417N/A RtAcctadm.html \
417N/A RtAll.html \
417N/A RtAuditCtrl.html \
417N/A RtAuditReview.html \
417N/A RtContractObserver.html \
417N/A RtConsUser.html \
417N/A RtCronMngmnt.html \
417N/A RtCryptoMngmnt.html \
417N/A RtExAcctFlow.html \
417N/A RtExAcctProcess.html \
417N/A RtExAcctTask.html \
417N/A RtExAcctNet.html \
417N/A RtLogMngmnt.html \
417N/A RtDeviceMngmnt.html \
417N/A RtDeviceSecurity.html \
417N/A RtDHCPMngmnt.html \
417N/A RtFileSysMngmnt.html \
417N/A RtFileSysSecurity.html \
417N/A RtFTPMngmnt.html \
417N/A RtHotplugMngmnt.html \
417N/A RtInetdMngmnt.html \
417N/A RtIPFilterMngmnt.html \
417N/A RtKerberosClntMngmnt.html \
417N/A RtKerberosSrvrMngmnt.html \
417N/A RtMailMngmnt.html \
417N/A RtMaintAndRepair.html \
417N/A RtMediaBkup.html \
417N/A RtMediaCtlg.html \
417N/A RtMediaRestore.html \
417N/A RtNDMPMngmnt.html \
417N/A RtNameServiceAdmin.html \
417N/A RtNameServiceSecure.html \
417N/A RtNetAutoconf.html \
417N/A RtNetILB.html \
417N/A RtNetIPsec.html \
417N/A RtNetMngmnt.html \
417N/A RtNetObservability.html \
417N/A RtNetSecure.html \
417N/A RtNetWifiMngmnt.html \
417N/A RtNetWifiSecure.html \
417N/A RtNetLinkSecure.html \
417N/A RtNetVRRP.html \
417N/A RtObAccessMngmnt.html \
417N/A RtPrntAdmin.html \
417N/A RtProcManagement.html \
417N/A RtReparseMngmnt.html \
417N/A RtRightsDelegate.html \
417N/A RtSMBMngmnt.html \
417N/A RtSMBFSMngmnt.html \
RtSoftwareInstall.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: