Makefile revision b00044a2eb43864b8718585d21949611a2ee59ef
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff#
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# CDDL HEADER START
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff#
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# The contents of this file are subject to the terms of the
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# Common Development and Distribution License (the "License").
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# You may not use this file except in compliance with the License.
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff#
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# or http://www.opensolaris.org/os/licensing.
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# See the License for the specific language governing permissions
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# and limitations under the License.
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff#
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# When distributing Covered Code, include this CDDL HEADER in each
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# If applicable, add the following below this CDDL HEADER, with the
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# fields enclosed by brackets "[]" replaced with your own identifying
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# information: Portions Copyright [yyyy] [name of copyright owner]
ae302c18c296f31c02efb613887f206894caa749David Lawrence#
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# CDDL HEADER END
ae302c18c296f31c02efb613887f206894caa749David Lawrence#
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff# Use is subject to license terms.
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff#
ae302c18c296f31c02efb613887f206894caa749David Lawrence# lib/libsecdb/help/profiles/Makefile
ae302c18c296f31c02efb613887f206894caa749David Lawrence#
ae302c18c296f31c02efb613887f206894caa749David Lawrence
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graffinclude ../../../../Makefile.master
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff
890fb60939f93161ca0c63e19c7154eaf3fed156Michael GraffHTMLENTS = \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtAcctadm.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtAll.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtAuditCtrl.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtAuditReview.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtContractObserver.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtConsUser.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtCronMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtCryptoMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtExAcctFlow.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtExAcctProcess.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtExAcctTask.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtLogMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtDeviceMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtDeviceSecurity.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtDHCPMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtFileSysMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtFileSysSecurity.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtFTPMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtInetdMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtIPFilterMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtKerberosClntMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtKerberosSrvrMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtMailMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtMaintAndRepair.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtMediaBkup.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtMediaRestore.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtNDMPMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtNameServiceAdmin.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtNameServiceSecure.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtNetAutoconf.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtNetIPsec.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtNetMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtNetSecure.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtNetWifiMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtNetWifiSecure.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtNetLinkSecure.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtObAccessMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtPrntAdmin.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtProcManagement.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtRightsDelegate.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtSMBMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtSMBFSMngmnt.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff RtSoftwareInstall.html \
890fb60939f93161ca0c63e19c7154eaf3fed156Michael Graff 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
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
$(HELPFILES) := OWNER = root
$(HELPFILES) := GROUP = bin
.KEEP_STATE:
all: $(HTMLENTS)
install: all $(DIRS) $(HELPFILES)
_msg: $(MSGDIRS) $(MSGS)
$(CDIR)/%: %
$(INS.file)
$(DIRS):
$(INS.dir)
$(MSGDIR)/%: %
$(INS.file)
clean clobber lint: