freebsd-dev/sys/modules/mac_ifoff/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
129 B
Makefile

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