#-
# Copyright (c) 1999 Robert N. Watson
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
#       $Id: $
#

LIB=	posix1e
SHLIB_MAJOR=	0
SHLIB_MINOR=	1

CFLAGS+=-Wall -I${.CURDIR} -I${.CURDIR}/../sys -D_POSIX_AUD -g

SRCS=posix_aud.c posix_cap.c posix_inf.c posix_mac.c posix_acl.c

MAN3+=posix1e.3 posix_aud.3 aud_types.3 aud_copy_ext.3 aud_copy_int.3 \
	aud_delete_event.3 aud_delete_event_info.3 aud_dup_record.3 \
	aud_evid_from_text.3 aud_evid_to_text.3 aud_free.3 \
	aud_get_all_evid.3 aud_get_event.3 aud_get_event_info.3 \
	aud_get_id.3 aud_id_from_text.3 aud_id_to_text.3 aud_init_record.3 \
	aud_put_event.3 aud_put_event_info.3 aud_read.3 aud_rec_to_text.3 \
	aud_size.3 aud_switch.3 aud_valid.3 aud_write.3
MAN9+=posix1e.9
MLINKS+=aud_delete_event.3 aud_delete_hdr.3
MLINKS+=aud_delete_event.3 aud_delete_obj.3
MLINKS+=aud_delete_event.3 aud_delete_subj.3
MLINKS+=aud_delete_event_info.3 aud_delete_hdr_info.3
MLINKS+=aud_delete_event_info.3 aud_delete_obj_info.3
MLINKS+=aud_delete_event_info.3 aud_delete_subj_info.3
MLINKS+=aud_get_event.3 aud_get_hdr.3
MLINKS+=aud_get_event.3 aud_get_obj.3
MLINKS+=aud_get_event.3 aud_get_subj.3
MLINKS+=aud_get_event_info.3 aud_get_hdr_info.3
MLINKS+=aud_get_event_info.3 aud_get_obj_info.3
MLINKS+=aud_get_event_info.3 aud_get_subj_info.3
MLINKS+=aud_put_event.3 aud_put_hdr.3
MLINKS+=aud_put_event.3 aud_put_obj.3
MLINKS+=aud_put_event.3 aud_put_subj.3
MLINKS+=aud_put_event_info.3 aud_put_hdr_info.3
MLINKS+=aud_put_event_info.3 aud_put_obj_info.3
MLINKS+=aud_put_event_info.3 aud_put_subj_info.3


.include <bsd.lib.mk>
