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