summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-11-18 00:39:07 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-11-18 00:39:07 +0000
commita557af222b70694470f63e2a0f1bf58c9dcc73fd (patch)
tree9ae16c9f3cb9780bbad2d9f596380ed1094d201c /sys/modules
parentb17f40bbda6fee5e88662d68a7d8d372929f4986 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/null/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/null/Makefile b/sys/modules/null/Makefile
index 5c80fa65770b..cdcaf21837cf 100644
--- a/sys/modules/null/Makefile
+++ b/sys/modules/null/Makefile
@@ -5,5 +5,6 @@
KMOD= null
SRCS= null.c
SRCS+= bus_if.h device_if.h vnode_if.h
+SRCS+= #opt_ddb.h
.include <bsd.kmod.mk>