aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mac_ddb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/mac_ddb/Makefile')
-rw-r--r--sys/modules/mac_ddb/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/mac_ddb/Makefile b/sys/modules/mac_ddb/Makefile
new file mode 100644
index 000000000000..2aa542d77e7d
--- /dev/null
+++ b/sys/modules/mac_ddb/Makefile
@@ -0,0 +1,6 @@
+.PATH: ${SRCTOP}/sys/security/mac_ddb
+
+KMOD= mac_ddb
+SRCS= mac_ddb.c
+
+.include <bsd.kmod.mk>