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:
parent
fd7d14d30b
commit
599bcd064c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user