freebsd-dev/sys/modules/mac_biba/Makefile
Robert Watson 78704ef457 opt_mac.h is no longer required for any of these modules, remove from
the dependencies.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2002-10-22 17:10:15 +00:00

10 lines
126 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../security/mac_biba
KMOD= mac_biba
SRCS= vnode_if.h \
mac_biba.c
.include <bsd.kmod.mk>