summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-05-16 08:25:55 +0000
committerglebius <glebius@FreeBSD.org>2005-05-16 08:25:55 +0000
commit39c7c362d1ad10a0931495b45d815445da167ce2 (patch)
tree94bdb2e5b06266fdeb2b0f783944dcfc4213d8dd /sys/modules
parentc2bb227a08da7ac74c03baf7d915258be41c3578 (diff)
downloadFreeBSD-src-39c7c362d1ad10a0931495b45d815445da167ce2.zip
FreeBSD-src-39c7c362d1ad10a0931495b45d815445da167ce2.tar.gz
Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off
without hacking source. In collaboration with: ru, julian
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/netgraph/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/netgraph/Makefile.inc b/sys/modules/netgraph/Makefile.inc
index 114bba7..3d2fd19 100644
--- a/sys/modules/netgraph/Makefile.inc
+++ b/sys/modules/netgraph/Makefile.inc
@@ -3,4 +3,6 @@
.PATH: ${.CURDIR}/../../../netgraph
+SRCS+= opt_netgraph.h
+
.include "../Makefile.inc"
OpenPOWER on IntegriCloud