mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS.
This commit is contained in:
parent
8dfbd03d30
commit
9d5eafc196
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156248
@ -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=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user