aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ktls_ocf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ktls_ocf/Makefile')
-rw-r--r--sys/modules/ktls_ocf/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/modules/ktls_ocf/Makefile b/sys/modules/ktls_ocf/Makefile
deleted file mode 100644
index 01e6fe87177b..000000000000
--- a/sys/modules/ktls_ocf/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${SRCTOP}/sys/opencrypto
-
-KMOD= ktls_ocf
-SRCS= ktls_ocf.c
-
-.include <bsd.kmod.mk>