Makefile revision 45916cd2fec6e79bca5dee0421bd39e3c2910d1e
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# CDDL HEADER START
3e14f97f673e8a630f076077de35afdd43dc1587Roger A. Faulkner# The contents of this file are subject to the terms of the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Common Development and Distribution License (the "License").
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# You may not use this file except in compliance with the License.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# See the License for the specific language governing permissions
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# and limitations under the License.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# When distributing Covered Code, include this CDDL HEADER in each
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# If applicable, add the following below this CDDL HEADER, with the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# fields enclosed by brackets "[]" replaced with your own identifying
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# information: Portions Copyright [yyyy] [name of copyright owner]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# CDDL HEADER END
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Use is subject to license terms.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# ident "%Z%%M% %I% %E% SMI"
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinall clean clobber delete install lint package: $(SUBDIRS)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Macros for libbsm header files. These define user-level only interfaces.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinHDRS = libbsm.h devices.h devalloc.h adt.h adt_event.h audit_private.h
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Macros for libbsm database files. These should probably be installed
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# from somewhere else. Until we find that better place, install them
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# from here.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinROOTETCSECURITYFILES = $(RESFILES:%=$(ROOTETCSECURITY)/%)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# /etc/security/audit/localhost/files is a symbolic link to /var/audit.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# This is provided so that auditreduce will work in the default configuration.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# message catalogue file
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Definitions for XML (DTD AND XSL)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# $(ROOTUSRLIB) $(ROOTLIBS) $(ROOTLINKS)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chininstall_data: $(ESSRC) $(RESSRC) $(ROOTETCSECURITY) $(ETCSECURITYFILES) \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin $(EETCSECURITYFILES) $(ROOTETCSECURITYFILES) $(ROOTXMLFILES)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin$(ETCSECURITYFILES) $(EETCSECURITYFILES) $(ROOTETCSECURITYFILES) $(RESA): \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# has strings but doesn't use gettext
FRC: