xref: /illumos-gate/usr/src/lib/libsecdb/help/auths/Makefile (revision 516fc7f3e48e25d0375ea3f93ead33ec38bc597b)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
57c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
67c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
77c478bd9Sstevel@tonic-gate# with the License.
87c478bd9Sstevel@tonic-gate#
97c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
107c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
117c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
127c478bd9Sstevel@tonic-gate# and limitations under the License.
137c478bd9Sstevel@tonic-gate#
147c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
157c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
167c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
177c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
187c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
197c478bd9Sstevel@tonic-gate#
207c478bd9Sstevel@tonic-gate# CDDL HEADER END
217c478bd9Sstevel@tonic-gate#
22*516fc7f3Shx147065# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
237c478bd9Sstevel@tonic-gate# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate# lib/libsecdb/help/auths/Makefile
287c478bd9Sstevel@tonic-gate#
297c478bd9Sstevel@tonic-gate
307c478bd9Sstevel@tonic-gateinclude ../../../../Makefile.master
317c478bd9Sstevel@tonic-gate
327c478bd9Sstevel@tonic-gateHTMLENTS = \
337c478bd9Sstevel@tonic-gate	AuditConfig.html \
347c478bd9Sstevel@tonic-gate	AuditHeader.html \
357c478bd9Sstevel@tonic-gate	AuditRead.html \
367c478bd9Sstevel@tonic-gate	DevAllocHeader.html \
377c478bd9Sstevel@tonic-gate	DevAllocate.html \
387c478bd9Sstevel@tonic-gate	DevConfig.html \
397c478bd9Sstevel@tonic-gate	DevCDRW.html \
407c478bd9Sstevel@tonic-gate	DevGrant.html \
417c478bd9Sstevel@tonic-gate	DevRevoke.html \
427c478bd9Sstevel@tonic-gate	JobHeader.html \
437c478bd9Sstevel@tonic-gate	AuthJobsAdmin.html \
447c478bd9Sstevel@tonic-gate	JobsGrant.html \
457c478bd9Sstevel@tonic-gate	AuthJobsUser.html \
467c478bd9Sstevel@tonic-gate	LoginEnable.html \
477c478bd9Sstevel@tonic-gate	LoginHeader.html \
487c478bd9Sstevel@tonic-gate	LoginRemote.html \
497c478bd9Sstevel@tonic-gate	MailHeader.html \
507c478bd9Sstevel@tonic-gate	MailQueue.html \
517c478bd9Sstevel@tonic-gate	PriAdmin.html \
527c478bd9Sstevel@tonic-gate	AuthProfmgrAssign.html \
537c478bd9Sstevel@tonic-gate	AuthProfmgrDelegate.html \
547c478bd9Sstevel@tonic-gate	AuthProfmgrExecattrWrite.html \
557c478bd9Sstevel@tonic-gate	AuthProfmgrRead.html \
567c478bd9Sstevel@tonic-gate	ProfmgrHeader.html \
577c478bd9Sstevel@tonic-gate	AuthProfmgrWrite.html \
587c478bd9Sstevel@tonic-gate	AuthRoleAssign.html \
597c478bd9Sstevel@tonic-gate	AuthRoleDelegate.html \
607c478bd9Sstevel@tonic-gate	RoleHeader.html \
617c478bd9Sstevel@tonic-gate	AuthRoleWrite.html \
627c478bd9Sstevel@tonic-gate	SysDate.html \
637c478bd9Sstevel@tonic-gate	SysHeader.html \
647c478bd9Sstevel@tonic-gate	SysShutdown.html \
657c478bd9Sstevel@tonic-gate	AllSolAuthsHeader.html \
667c478bd9Sstevel@tonic-gate	DhcpmgrHeader.html \
677c478bd9Sstevel@tonic-gate	DhcpmgrWrite.html \
687c478bd9Sstevel@tonic-gate	BindStates.html \
697c478bd9Sstevel@tonic-gate	SmfAutofsStates.html \
707c478bd9Sstevel@tonic-gate	SmfCronStates.html \
717c478bd9Sstevel@tonic-gate	SmfHeader.html \
727c478bd9Sstevel@tonic-gate	SmfManageHeader.html \
737c478bd9Sstevel@tonic-gate	SmfModifyAppl.html \
747c478bd9Sstevel@tonic-gate	SmfModifyDepend.html \
757c478bd9Sstevel@tonic-gate	SmfModifyFramework.html \
767c478bd9Sstevel@tonic-gate	SmfModifyHeader.html \
777c478bd9Sstevel@tonic-gate	SmfModifyMethod.html \
787c478bd9Sstevel@tonic-gate	SmfNscdStates.html \
797c478bd9Sstevel@tonic-gate	SmfPowerStates.html \
807c478bd9Sstevel@tonic-gate	SmfSendmailStates.html \
817c478bd9Sstevel@tonic-gate	SmfSshStates.html \
82*516fc7f3Shx147065	SmfSyslogStates.html \
83*516fc7f3Shx147065	NetworkHeader.html \
84*516fc7f3Shx147065	WifiConfig.html \
85*516fc7f3Shx147065	WifiWep.html
867c478bd9Sstevel@tonic-gate
877c478bd9Sstevel@tonic-gateHELPDIR=$(ROOT)/usr/lib/help
887c478bd9Sstevel@tonic-gateAUTHDIR=$(HELPDIR)/auths
897c478bd9Sstevel@tonic-gateLOCALEDIR=$(AUTHDIR)/locale
907c478bd9Sstevel@tonic-gateCDIR=$(LOCALEDIR)/C
917c478bd9Sstevel@tonic-gateDIRS=$(HELPDIR) $(AUTHDIR) $(LOCALEDIR) $(CDIR)
927c478bd9Sstevel@tonic-gateHELPFILES=$(HTMLENTS:%=$(CDIR)/%)
937c478bd9Sstevel@tonic-gate
947c478bd9Sstevel@tonic-gateMSGDIR=		$(LOCALEDIR)
957c478bd9Sstevel@tonic-gateMSGDIRS =       $(HELPDIR) $(AUTHDIR) $(LOCALEDIR)
967c478bd9Sstevel@tonic-gate
977c478bd9Sstevel@tonic-gateMSGFILES=	$(HTMLENTS)
987c478bd9Sstevel@tonic-gateMSGS=		$(MSGFILES:%=$(MSGDIR)/%)
997c478bd9Sstevel@tonic-gate
1007c478bd9Sstevel@tonic-gateFILEMODE= 0444
1017c478bd9Sstevel@tonic-gate$(HELPFILES) := OWNER = root
1027c478bd9Sstevel@tonic-gate$(HELPFILES) := GROUP = bin
1037c478bd9Sstevel@tonic-gate
1047c478bd9Sstevel@tonic-gate.KEEP_STATE:
1057c478bd9Sstevel@tonic-gate
1067c478bd9Sstevel@tonic-gateall:	$(HTMLENTS)
1077c478bd9Sstevel@tonic-gate
1087c478bd9Sstevel@tonic-gateinstall:	all $(DIRS) $(HELPFILES)
1097c478bd9Sstevel@tonic-gate
1107c478bd9Sstevel@tonic-gate_msg: $(MSGDIRS) $(MSGS)
1117c478bd9Sstevel@tonic-gate
1127c478bd9Sstevel@tonic-gate$(CDIR)/%: %
1137c478bd9Sstevel@tonic-gate	$(INS.file)
1147c478bd9Sstevel@tonic-gate
1157c478bd9Sstevel@tonic-gate$(DIRS):
1167c478bd9Sstevel@tonic-gate	$(INS.dir)
1177c478bd9Sstevel@tonic-gate
1187c478bd9Sstevel@tonic-gate$(MSGDIR)/%: %
1197c478bd9Sstevel@tonic-gate	$(INS.file)
1207c478bd9Sstevel@tonic-gate
1217c478bd9Sstevel@tonic-gateclean clobber lint:
122