This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
09c53cb6cc
freebsd-nq
/
sys
/
modules
/
bridgestp
/
Makefile
9 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add bridgestp as a seperate module.
2006-07-26 22:07:39 +00:00
# $FreeBSD$
sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
2017-03-04 10:10:17 +00:00
.PATH
:
${
SRCTOP
}/
sys
/
net
Add bridgestp as a seperate module.
2006-07-26 22:07:39 +00:00
KMOD
=
bridgestp
After r193232 rt_tables in vnet.h are no longer indirectly dependent on the ROUTETABLES kernel option thus there is no need to include opt_route.h anymore in all consumers of vnet.h and no longer depend on it for module builds. Remove the hidden include in flowtable.h as well and leave the two explicit #includes in ip_input.c and ip_output.c.
2009-06-08 19:57:35 +00:00
SRCS
=
bridgestp.c
Add bridgestp as a seperate module.
2006-07-26 22:07:39 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
k
m
o
d
.
m
k
>
Reference in New Issue
Copy Permalink