freebsd-dev/sys/modules/mac_stub/Makefile
Robert Watson 599bcd064c Following the repo-copy from src/sys/modules/mac_none/Makefile,
I neglected to update the filenames/etc in mac_stub.  Do so now.
2003-11-11 21:23:54 +00:00

10 lines
126 B
Makefile

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