Makefile revision e2e4a996960d0e0a0345ccc1583d4225c587e090
223N/A#
223N/A# CDDL HEADER START
223N/A#
223N/A# The contents of this file are subject to the terms of the
223N/A# Common Development and Distribution License (the "License").
223N/A# You may not use this file except in compliance with the License.
223N/A#
223N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
223N/A# or http://www.opensolaris.org/os/licensing.
223N/A# See the License for the specific language governing permissions
223N/A# and limitations under the License.
223N/A#
223N/A# When distributing Covered Code, include this CDDL HEADER in each
223N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
223N/A# If applicable, add the following below this CDDL HEADER, with the
223N/A# fields enclosed by brackets "[]" replaced with your own identifying
223N/A# information: Portions Copyright [yyyy] [name of copyright owner]
223N/A#
223N/A# CDDL HEADER END
223N/A#
223N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
223N/A# Use is subject to license terms.
2350N/A#
223N/A#ident "%Z%%M% %I% %E% SMI"
223N/A#
223N/A# lib/libsecdb/help/profiles/Makefile
223N/A#
223N/A
2350N/Ainclude ../../../../Makefile.master
223N/A
223N/AHTMLENTS = \
223N/A RtAll.html \
844N/A RtAuditCtrl.html \
2350N/A RtAuditReview.html \
2350N/A RtContractObserver.html \
1273N/A RtCronMngmnt.html \
223N/A RtCryptoMngmnt.html \
223N/A RtLogMngmnt.html \
223N/A RtDeviceMngmnt.html \
223N/A RtDeviceSecurity.html \
223N/A RtDHCPMngmnt.html \
223N/A RtFileSysMngmnt.html \
223N/A RtFileSysSecurity.html \
223N/A RtFTPMngmnt.html \
223N/A RtInetdMngmnt.html \
223N/A RtIPFilterMngmnt.html \
223N/A RtKerberosClntMngmnt.html \
223N/A RtKerberosSrvrMngmnt.html \
223N/A RtMailMngmnt.html \
223N/A RtMaintAndRepair.html \
813N/A RtMediaBkup.html \
813N/A RtMediaRestore.html \
223N/A RtNameServiceAdmin.html \
2498N/A RtNameServiceSecure.html \
2498N/A RtNetIPsec.html \
2498N/A RtNetMngmnt.html \
2498N/A RtNetSecure.html \
2498N/A RtNetWifiMngmnt.html \
2498N/A RtNetWifiSecure.html \
2498N/A RtNetLinkSecure.html \
223N/A RtObAccessMngmnt.html \
223N/A RtPrntAdmin.html \
223N/A RtProcManagement.html \
223N/A RtRightsDelegate.html \
2350N/A RtSoftwareInstall.html \
2350N/A RtSysEvMngmnt.html \
223N/A RtUserMngmnt.html \
223N/A RtUserSecurity.html \
223N/A RtDatAdmin.html \
223N/A RtZFSFileSysMngmnt.html \
223N/A RtZFSStorageMngmnt.html \
223N/A RtZoneMngmnt.html \
223N/A RtInfoSec.html \
223N/A RtObjectLabelMngmnt.html \
223N/A RtOutsideAccred.html \
223N/A RtDefault.html \
RtIdmapMngmnt.html \
RtIdmapNameRulesMngmnt.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: