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


1.6
date	2002.12.03.15.12.35;	author rwatson;	state dead;
branches;
next	1.5;

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

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

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

1.2
date	2001.11.19.18.12.46;	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.6
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/plm/Makefile,v 1.5 2002/01/11 15:48:50 ru Exp $

KMOD=	lomac_plm
SRCS=	vnode_if.h kernel_plm.c
CFLAGS+=	-I${.CURDIR}/../../../security/lomac

EXPORT_SYMS=	lomac_node_entry_root		\
		lomac_plm_init_lomacfs_vnode	\
		lomac_plm_initialized

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

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


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

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


1.4
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.3
log
@Reference lomac in its new location.
@
text
@d8 4
@


1.2
log
@Depend on vnode_if.h.
@
text
@d6 1
a6 1
CFLAGS+=	-I${.CURDIR}/../../../contrib/lomac
d8 1
a8 1
.PATH:	${.CURDIR}/../../../contrib/lomac
@


1.1
log
@Add module compile framework for LOMAC.

Sponsored by:	DARPA, NAI Labs (CBOSS project)
@
text
@d4 1
a4 1
SRCS=	kernel_plm.c
@

