Makefile revision 55bf511df53aad0fdb7eb3fa349f0308cc05234c
0N/A#
3763N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
2362N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
2362N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
2362N/A# Use is subject to license terms.
2362N/A#
0N/A#ident "%Z%%M% %I% %E% SMI"
0N/A#
0N/A# lib/libsecdb/help/auths/Makefile
2080N/A#
0N/A
0N/Ainclude ../../../../Makefile.master
0N/A
0N/AHTMLENTS = \
0N/A AuditConfig.html \
0N/A AuditHeader.html \
0N/A AuditRead.html \
0N/A DevAllocHeader.html \
2106N/A DevAllocate.html \
2106N/A DevConfig.html \
0N/A DevCDRW.html \
0N/A DevGrant.html \
0N/A DevRevoke.html \
3686N/A JobHeader.html \
0N/A AuthJobsAdmin.html \
0N/A JobsGrant.html \
3686N/A AuthJobsUser.html \
2080N/A LoginEnable.html \
3763N/A LoginHeader.html \
2080N/A LoginRemote.html \
2080N/A MailHeader.html \
2080N/A MailQueue.html \
2080N/A PriAdmin.html \
2080N/A AuthProfmgrAssign.html \
2080N/A AuthProfmgrDelegate.html \
2080N/A AuthProfmgrExecattrWrite.html \
2080N/A AuthProfmgrRead.html \
2080N/A ProfmgrHeader.html \
2080N/A AuthProfmgrWrite.html \
4797N/A AuthRoleAssign.html \
4797N/A AuthRoleDelegate.html \
4797N/A RoleHeader.html \
4797N/A AuthRoleWrite.html \
4797N/A SysDate.html \
4797N/A SysHeader.html \
4797N/A SysShutdown.html \
4797N/A AllSolAuthsHeader.html \
3763N/A DhcpmgrHeader.html \
3763N/A DhcpmgrWrite.html \
3763N/A BindStates.html \
3763N/A SmfAutofsStates.html \
3763N/A SmfCronStates.html \
3763N/A SmfHeader.html \
3763N/A SmfInetdStates.html \
3763N/A SmfIPsecStates.html \
3763N/A SmfManageHeader.html \
3763N/A SmfMDNSStates.html \
3763N/A SmfModifyAppl.html \
3763N/A SmfModifyDepend.html \
4797N/A SmfModifyFramework.html \
0N/A SmfModifyHeader.html \
3763N/A SmfModifyMethod.html \
0N/A SmfNscdStates.html \
0N/A SmfNADDStates.html \
0N/A SmfNWAMStates.html \
2080N/A SmfPowerStates.html \
0N/A SmfRoutingStates.html \
0N/A SmfSendmailStates.html \
2080N/A SmfSshStates.html \
0N/A SmfSyslogStates.html \
SmfValueHeader.html \
SmfValueInetd.html \
SmfValueIPsec.html \
SmfValueIscsitgt.html \
SmfValueMDNS.html \
SmfValueNADD.html \
SmfValueNWAM.html \
SmfValueRouting.html \
SmfValueSMB.html \
AuthReadSMB.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
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: