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