Makefile revision 074e084f68dd0b08686612bec695a0cfe249da6d
1N/A#
1N/A# CDDL HEADER START
1N/A#
1N/A# The contents of this file are subject to the terms of the
1N/A# Common Development and Distribution License (the "License").
1N/A# You may not use this file except in compliance with the License.
1N/A#
1N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1N/A# or http://www.opensolaris.org/os/licensing.
1N/A# See the License for the specific language governing permissions
1N/A# and limitations under the License.
1N/A#
1N/A# When distributing Covered Code, include this CDDL HEADER in each
1N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1N/A# If applicable, add the following below this CDDL HEADER, with the
1N/A# fields enclosed by brackets "[]" replaced with your own identifying
1N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1N/A#
1N/A# CDDL HEADER END
1N/A#
1N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1N/A# Use is subject to license terms.
1N/A#
1N/A#ident "%Z%%M% %I% %E% SMI"
1N/A#
1N/A# lib/libsecdb/help/auths/Makefile
1N/A#
1N/A
1N/Ainclude ../../../../Makefile.master
1N/A
1N/AHTMLENTS = \
1N/A AuditConfig.html \
1N/A AuditHeader.html \
1N/A AuditRead.html \
1N/A DevAllocHeader.html \
1N/A DevAllocate.html \
1N/A DevConfig.html \
1N/A DevCDRW.html \
1N/A DevGrant.html \
1N/A DevRevoke.html \
1N/A JobHeader.html \
1N/A AuthJobsAdmin.html \
1N/A JobsGrant.html \
1N/A AuthJobsUser.html \
1N/A LoginEnable.html \
1N/A LoginHeader.html \
1N/A LoginRemote.html \
1N/A MailHeader.html \
1N/A MailQueue.html \
1N/A PriAdmin.html \
1N/A AuthProfmgrAssign.html \
1N/A AuthProfmgrDelegate.html \
1N/A AuthProfmgrExecattrWrite.html \
1N/A AuthProfmgrRead.html \
1N/A ProfmgrHeader.html \
1N/A AuthProfmgrWrite.html \
1N/A AuthRoleAssign.html \
1N/A AuthRoleDelegate.html \
1N/A RoleHeader.html \
1N/A AuthRoleWrite.html \
SysDate.html \
SysHeader.html \
SysShutdown.html \
AllSolAuthsHeader.html \
DhcpmgrHeader.html \
DhcpmgrWrite.html \
BindStates.html \
SmfAutofsStates.html \
SmfCronStates.html \
SmfExAcctFlowStates.html \
SmfExAcctProcessStates.html \
SmfExAcctTaskStates.html \
SmfHeader.html \
SmfInetdStates.html \
SmfIPsecStates.html \
SmfManageHeader.html \
SmfMDNSStates.html \
SmfModifyAppl.html \
SmfModifyDepend.html \
SmfModifyFramework.html \
SmfModifyHeader.html \
SmfModifyMethod.html \
SmfNscdStates.html \
SmfNADDStates.html \
SmfNDMPStates.html \
SmfNWAMStates.html \
SmfPowerStates.html \
SmfRoutingStates.html \
SmfSendmailStates.html \
SmfSshStates.html \
SmfSyslogStates.html \
SmfValueExAcctFlow.html \
SmfValueExAcctProcess.html \
SmfValueExAcctTask.html \
SmfValueHeader.html \
SmfValueInetd.html \
SmfValueIPsec.html \
SmfValueIscsitgt.html \
SmfValueMDNS.html \
SmfValueNADD.html \
SmfValueNDMP.html \
AuthReadNDMP.html \
SmfValueNWAM.html \
SmfValueRouting.html \
SmfValueSMB.html \
AuthReadSMB.html \
SmfSMBFSStates.html \
SmfSMBStates.html \
SmfValueVscan.html \
SmfVscanStates.html \
SmfWpaStates.html \
NetworkHeader.html \
WifiConfig.html \
WifiWep.html \
LinkSecurity.html \
IdmapRules.html \
SmfIdmapStates.html \
SmfValueIdmap.html \
FileChown.html \
FileHeader.html \
FileOwner.html \
LabelFileDowngrade.html \
LabelFileUpgrade.html \
LabelHeader.html \
LabelPrint.html \
LabelRange.html \
LabelServer.html \
LabelWinDowngrade.html \
LabelWinNoView.html \
LabelWinUpgrade.html \
PrintAdmin.html \
PrintCancel.html \
PrintHeader.html \
PrintList.html \
PrintNoBanner.html \
PrintPs.html \
PrintUnlabeled.html \
TNDaemon.html \
TNctl.html \
ValueTND.html \
SysPowerMgmtHeader.html \
SysPowerMgmtSuspend.html \
SysPowerMgmtSuspendtoDisk.html \
SysPowerMgmtSuspendtoRAM.html \
SysPowerMgmtBrightness.html \
SysCpuPowerMgmt.html
HELPDIR=$(ROOT)/usr/lib/help
AUTHDIR=$(HELPDIR)/auths
LOCALEDIR=$(AUTHDIR)/locale
CDIR=$(LOCALEDIR)/C
DIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR)
HELPFILES=$(HTMLENTS:%=$(CDIR)/%)
MSGDIR= $(LOCALEDIR)
MSGDIRS = $(HELPDIR) $(AUTHDIR) $(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: