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 RtSoftwareInstall.html \ 66 RtSysEvMngmnt.html \ 67 RtUserMngmnt.html \ 68 RtUserSecurity.html \ 69 RtDatAdmin.html \ 70 RtZFSFileSysMngmnt.html \ 71 RtZFSStorageMngmnt.html \ 72 RtZoneMngmnt.html \ 73 RtInfoSec.html \ 74 RtObjectLabelMngmnt.html \ 75 RtOutsideAccred.html \ 76 RtDefault.html \ 77 RtIdmapMngmnt.html \ 78 RtIdmapNameRulesMngmnt.html 79 80 81HELPDIR = $(ROOT)/usr/lib/help 82PROFDIR = $(HELPDIR)/profiles 83LOCALEDIR = $(PROFDIR)/locale 84CDIR = $(LOCALEDIR)/C 85DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR) 86HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 87 88MSGDIR= $(LOCALEDIR) 89MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) 90 91MSGFILES= $(HTMLENTS) 92MSGS= $(MSGFILES:%=$(MSGDIR)/%) 93 94FILEMODE = 0444 95$(HELPFILES) := OWNER = root 96$(HELPFILES) := GROUP = bin 97 98.KEEP_STATE: 99 100all: $(HTMLENTS) 101 102install: all $(DIRS) $(HELPFILES) 103 104_msg: $(MSGDIRS) $(MSGS) 105 106$(CDIR)/%: % 107 $(INS.file) 108 109$(DIRS): 110 $(INS.dir) 111 112$(MSGDIR)/%: % 113 $(INS.file) 114 115clean clobber lint: 116