1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# 24#ident "%Z%%M% %I% %E% SMI" 25# 26# lib/libsecdb/help/profiles/Makefile 27# 28 29include ../../../../Makefile.master 30 31HTMLENTS = \ 32 RtAll.html \ 33 RtAuditCtrl.html \ 34 RtAuditReview.html \ 35 RtContractObserver.html \ 36 RtCronMngmnt.html \ 37 RtCryptoMngmnt.html \ 38 RtLogMngmnt.html \ 39 RtDeviceMngmnt.html \ 40 RtDeviceSecurity.html \ 41 RtDHCPMngmnt.html \ 42 RtFileSysMngmnt.html \ 43 RtFileSysSecurity.html \ 44 RtFTPMngmnt.html \ 45 RtInetdMngmnt.html \ 46 RtIPFilterMngmnt.html \ 47 RtKerberosClntMngmnt.html \ 48 RtKerberosSrvrMngmnt.html \ 49 RtMailMngmnt.html \ 50 RtMaintAndRepair.html \ 51 RtMediaBkup.html \ 52 RtMediaRestore.html \ 53 RtNameServiceAdmin.html \ 54 RtNameServiceSecure.html \ 55 RtNetIPsec.html \ 56 RtNetMngmnt.html \ 57 RtNetSecure.html \ 58 RtNetWifiMngmnt.html \ 59 RtNetWifiSecure.html \ 60 RtNetLinkSecure.html \ 61 RtObAccessMngmnt.html \ 62 RtPrntAdmin.html \ 63 RtProcManagement.html \ 64 RtRightsDelegate.html \ 65 RtSMBMngmnt.html \ 66 RtSoftwareInstall.html \ 67 RtSysEvMngmnt.html \ 68 RtUserMngmnt.html \ 69 RtUserSecurity.html \ 70 RtDatAdmin.html \ 71 RtZFSFileSysMngmnt.html \ 72 RtZFSStorageMngmnt.html \ 73 RtZoneMngmnt.html \ 74 RtInfoSec.html \ 75 RtObjectLabelMngmnt.html \ 76 RtOutsideAccred.html \ 77 RtDefault.html \ 78 RtIdmapMngmnt.html \ 79 RtIdmapNameRulesMngmnt.html 80 81 82HELPDIR = $(ROOT)/usr/lib/help 83PROFDIR = $(HELPDIR)/profiles 84LOCALEDIR = $(PROFDIR)/locale 85CDIR = $(LOCALEDIR)/C 86DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR) 87HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 88 89MSGDIR= $(LOCALEDIR) 90MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) 91 92MSGFILES= $(HTMLENTS) 93MSGS= $(MSGFILES:%=$(MSGDIR)/%) 94 95FILEMODE = 0444 96$(HELPFILES) := OWNER = root 97$(HELPFILES) := GROUP = bin 98 99.KEEP_STATE: 100 101all: $(HTMLENTS) 102 103install: all $(DIRS) $(HELPFILES) 104 105_msg: $(MSGDIRS) $(MSGS) 106 107$(CDIR)/%: % 108 $(INS.file) 109 110$(DIRS): 111 $(INS.dir) 112 113$(MSGDIR)/%: % 114 $(INS.file) 115 116clean clobber lint: 117