aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/mac_portacl/Makefile9
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 3ceea0d063401..0bf4b80002276 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -64,6 +64,7 @@ SUBDIR= accf_data \
mac_mls \
mac_none \
mac_partition \
+ mac_portacl \
mac_seeotheruids \
mac_test \
mcd \
diff --git a/sys/modules/mac_portacl/Makefile b/sys/modules/mac_portacl/Makefile
new file mode 100644
index 0000000000000..f1e036a3f9549
--- /dev/null
+++ b/sys/modules/mac_portacl/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../security/mac_portacl
+
+KMOD= mac_portacl
+SRCS= vnode_if.h \
+ mac_portacl.c
+
+.include <bsd.kmod.mk>