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 RtVscanMngmnt.html 81 82 83HELPDIR = $(ROOT)/usr/lib/help 84PROFDIR = $(HELPDIR)/profiles 85LOCALEDIR = $(PROFDIR)/locale 86CDIR = $(LOCALEDIR)/C 87DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR) 88HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 89 90MSGDIR= $(LOCALEDIR) 91MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) 92 93MSGFILES= $(HTMLENTS) 94MSGS= $(MSGFILES:%=$(MSGDIR)/%) 95 96FILEMODE = 0444 97$(HELPFILES) := OWNER = root 98$(HELPFILES) := GROUP = bin 99 100.KEEP_STATE: 101 102all: $(HTMLENTS) 103 104install: all $(DIRS) $(HELPFILES) 105 106_msg: $(MSGDIRS) $(MSGS) 107 108$(CDIR)/%: % 109 $(INS.file) 110 111$(DIRS): 112 $(INS.dir) 113 114$(MSGDIR)/%: % 115 $(INS.file) 116 117clean clobber lint: 118