This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-13 15:57:05 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
67a94de261
opnsense-src
/
sys
/
modules
/
netgraph
/
ether
/
Makefile
7 lines
70 B
Makefile
Raw
Normal View
History
Unescape
Escape
Build ng_ether(4) KLD.
2000-06-26 19:41:08 -04:00
# $FreeBSD$
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 09:00:42 -05:00
KMOD
=
ng_ether
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 15:57:35 -04:00
SRCS
=
ng_ether.c
Build ng_ether(4) KLD.
2000-06-26 19:41:08 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
k
m
o
d
.
m
k
>
Reference in a new issue
Copy permalink