Following the repo-copy from src/sys/modules/mac_none/Makefile,

I neglected to update the filenames/etc in mac_stub.  Do so now.
This commit is contained in:
Robert Watson 2003-11-11 21:23:54 +00:00
parent fd7d14d30b
commit 599bcd064c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122512

View File

@ -1,9 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../security/mac_none
.PATH: ${.CURDIR}/../../security/mac_stub
KMOD= mac_none
KMOD= mac_stub
SRCS= vnode_if.h \
mac_none.c
mac_stub.c
.include <bsd.kmod.mk>