aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/modules/linprocfs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile
index a4e7add55a1a..b31f9cb60bc7 100644
--- a/sys/modules/linprocfs/Makefile
+++ b/sys/modules/linprocfs/Makefile
@@ -4,6 +4,10 @@
KMOD= linprocfs
SRCS= vnode_if.h \
- linprocfs.c
+ linprocfs.c \
+ opt_compat.h
+
+opt_compat.h:
+ touch ${.TARGET}
.include <bsd.kmod.mk>