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 2008 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 RtNDMPMngmnt.html \ 54 RtNameServiceAdmin.html \ 55 RtNameServiceSecure.html \ 56 RtNetIPsec.html \ 57 RtNetMngmnt.html \ 58 RtNetSecure.html \ 59 RtNetWifiMngmnt.html \ 60 RtNetWifiSecure.html \ 61 RtNetLinkSecure.html \ 62 RtObAccessMngmnt.html \ 63 RtPrntAdmin.html \ 64 RtProcManagement.html \ 65 RtRightsDelegate.html \ 66 RtSMBMngmnt.html \ 67 RtSMBFSMngmnt.html \ 68 RtSoftwareInstall.html \ 69 RtSysEvMngmnt.html \ 70 RtUserMngmnt.html \ 71 RtUserSecurity.html \ 72 RtDatAdmin.html \ 73 RtZFSFileSysMngmnt.html \ 74 RtZFSStorageMngmnt.html \ 75 RtZoneMngmnt.html \ 76 RtInfoSec.html \ 77 RtObjectLabelMngmnt.html \ 78 RtOutsideAccred.html \ 79 RtDefault.html \ 80 RtIdmapMngmnt.html \ 81 RtIdmapNameRulesMngmnt.html \ 82 RtVscanMngmnt.html 83 84 85HELPDIR = $(ROOT)/usr/lib/help 86PROFDIR = $(HELPDIR)/profiles 87LOCALEDIR = $(PROFDIR)/locale 88CDIR = $(LOCALEDIR)/C 89DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR) 90HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 91 92MSGDIR= $(LOCALEDIR) 93MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) 94 95MSGFILES= $(HTMLENTS) 96MSGS= $(MSGFILES:%=$(MSGDIR)/%) 97 98FILEMODE = 0444 99$(HELPFILES) := OWNER = root 100$(HELPFILES) := GROUP = bin 101 102.KEEP_STATE: 103 104all: $(HTMLENTS) 105 106install: all $(DIRS) $(HELPFILES) 107 108_msg: $(MSGDIRS) $(MSGS) 109 110$(CDIR)/%: % 111 $(INS.file) 112 113$(DIRS): 114 $(INS.dir) 115 116$(MSGDIR)/%: % 117 $(INS.file) 118 119clean clobber lint: 120