summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-03-03 18:42:09 +0000
committeryar <yar@FreeBSD.org>2006-03-03 18:42:09 +0000
commit049103350d61f84f27d49de458b2002a10a62f2a (patch)
treed92a013d2ee762dd44e8e89fbbe8b5e3116d158b /sys/modules
parent63746e47616b01a3e867ce2e33a09bb54a9116b0 (diff)
downloadFreeBSD-src-049103350d61f84f27d49de458b2002a10a62f2a.zip
FreeBSD-src-049103350d61f84f27d49de458b2002a10a62f2a.tar.gz
Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ce/Makefile b/sys/modules/ce/Makefile
index 190a3f0..9ab7a3d 100644
--- a/sys/modules/ce/Makefile
+++ b/sys/modules/ce/Makefile
@@ -4,7 +4,7 @@
.PATH: ${.CURDIR}/../../dev/ce
KMOD = if_ce
SRCS = if_ce.c ceddk.c tau32-ddk.c
-SRCS += opt_netgraph.h opt_ng_cronyx.h device_if.h bus_if.h \
+SRCS += opt_bpf.h opt_netgraph.h opt_ng_cronyx.h device_if.h bus_if.h \
pci_if.h
NO_MAN=
OpenPOWER on IntegriCloud