head	1.2;
access;
symbols
	OPENBSM_1_0_ALPHA_4:1.1.1.1
	OPENBSM_1_0_ALPHA_3:1.1.1.1
	OPENBSM_1_0_ALPHA_2:1.1.1.1
	OPENBSM_1_0_ALPHA_1:1.1.1.1
	TrustedBSD:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2006.03.04.16.48.35;	author rwatson;	state dead;
branches;
next	1.1;

1.1
date	2006.01.31.19.40.10;	author rwatson;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2006.01.31.19.40.10;	author rwatson;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove files deleted in the OpenBSM distribution from the OpenBSM
vendor branch.

Obtained from:	TrustedBSD Project
@
text
@#
# $P4: //depot/projects/trustedbsd/openbsm/bsm/Makefile#7 $
#

INCS=	audit.h								\
	audit_internal.h						\
	audit_kevents.h							\
	audit_record.h							\
	audit_uevents.h							\
	libbsm.h

TARGET=	${DESTDIR}/usr/include/bsm

all:
default:
depend:
clean:

install:
	mkdir -p -m 0755 ${TARGET}
	install -o root -g wheel -m 0644 ${INCS} ${TARGET}

@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial vendor import of the TrustedBSD OpenBSM distribution, version
1.0 alpha 1, an implementation of the documented Sun Basic Security
Module (BSM) Audit API and file format, as well as local extensions to
support the Mac OS X and FreeBSD operating systems.  Also included are
command line tools for audit trail reduction and conversion to text,
as well as documentation of the commands, file format, and APIs.  This
distribution is the foundation for the TrustedBSD Audit implementation,
and is a pre-release.

This is the first in a series of commits to introduce support for
Common Criteria CAPP security event audit support.

This software has been made possible through the generous
contributions of Apple Computer, Inc., SPARTA, Inc., as well as
members of the TrustedBSD Project, including Wayne Salamon <wsalamon>
and Tom Rhodes <trhodes>.  The original OpenBSM implementation was
created by McAfee Research under contract to Apple Computer, Inc., as
part of their CC CAPP security evaluation.

Many thanks to:	wsalamon, trhodes
Obtained from:	TrustedBSD Project
@
text
@@
