head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2002.12.03.15.12.36;	author rwatson;	state dead;
branches;
next	1.4;

1.4
date	2002.01.11.15.48.50;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2002.01.11.01.15.59;	author msmith;	state Exp;
branches;
next	1.2;

1.2
date	2001.11.19.22.36.39;	author green;	state Exp;
branches;
next	1.1;

1.1
date	2001.11.19.05.09.14;	author green;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Unhook the old LOMAC module, now replaced with mac_lomac.

Approved by:	re (jhb)
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
@
text
@# $FreeBSD: src/sys/modules/lomac/syscall_gate/Makefile,v 1.4 2002/01/11 15:48:50 ru Exp $

KMOD=	syscall_gate
SRCS=	syscall_gate.c
CFLAGS+=	-I${.CURDIR}/../../../security/lomac

EXPORT_SYMS=	syscall_gate_register	\
		syscall_gate_deregister

.PATH:	${.CURDIR}/../../../security/lomac

.include "../Makefile.inc"
.include <bsd.kmod.mk>
@


1.4
log
@Drop <bsd.man.mk> support from <bsd.kmod.mk>.

Not objected to by:	-current
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3
log
@Export symbols that constitute APIs defined by these
modules.

Note that in the case of 'mii' the API is not clearly
defined, and the symbols exported represent a subset
defined by current usage.
@
text
@a4 1
NOMAN=	yes
@


1.2
log
@Reference lomac in its new location.
@
text
@d8 3
@


1.1
log
@Add module compile framework for LOMAC.

Sponsored by:	DARPA, NAI Labs (CBOSS project)
@
text
@d6 1
a6 1
CFLAGS+=	-I${.CURDIR}/../../../contrib/lomac
d8 1
a8 1
.PATH:	${.CURDIR}/../../../contrib/lomac
@

