summaryrefslogtreecommitdiffstats
path: root/sys/modules/mac_stub
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-11 21:23:54 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-11 21:23:54 +0000
commit9cd493ccafa4a5de0ccf5fa52c5805372f51cd37 (patch)
tree77cc5405db36cf9ea0980d1c7c050888fbef1753 /sys/modules/mac_stub
parent39d0219649224ffa6dc411f7207c10387d88a84e (diff)
downloadFreeBSD-src-9cd493ccafa4a5de0ccf5fa52c5805372f51cd37.zip
FreeBSD-src-9cd493ccafa4a5de0ccf5fa52c5805372f51cd37.tar.gz
Following the repo-copy from src/sys/modules/mac_none/Makefile,
I neglected to update the filenames/etc in mac_stub. Do so now.
Diffstat (limited to 'sys/modules/mac_stub')
-rw-r--r--sys/modules/mac_stub/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/mac_stub/Makefile b/sys/modules/mac_stub/Makefile
index b180f71..3b98cb0 100644
--- a/sys/modules/mac_stub/Makefile
+++ b/sys/modules/mac_stub/Makefile
@@ -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>
OpenPOWER on IntegriCloud