freebsd-dev/sys/modules/mac_bsdextended/Makefile
Robert Watson 34f6230e25 Break mac_bsdextended.c out into multiple .c files, with the base access
control logic and policy registration remaining in that file, and access
control checks broken out into other files by class of check.

Obtained from:	TrustedBSD Project
2008-10-27 12:09:15 +00:00

13 lines
205 B
Makefile

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