599bcd064c
I neglected to update the filenames/etc in mac_stub. Do so now.
10 lines
126 B
Makefile
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>
|