File tree Expand file tree Collapse file tree 21 files changed +19
-23
lines changed
Expand file tree Collapse file tree 21 files changed +19
-23
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CXGB = ${.CURDIR}/../../../dev/cxgb
66KMOD = tom
77SRCS = cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_tom_sysctl.c cxgb_cpl_socket.c
88SRCS+ = cxgb_ddp.c cxgb_vm.c cxgb_l2t.c cxgb_tcp_offload.c
9- SRCS+ = opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h opt_mac.h
9+ SRCS+ = opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h
1010SRCS+ = opt_tcpdebug.h opt_ddb.h opt_sched.h opt_global.h opt_ktr.h
1111SRCS+ = device_if.h bus_if.h pci_if.h
1212CFLAGS+ = -g -I${CXGB}
Original file line number Diff line number Diff line change 66
77KMOD = if_fwip
88SRCS = bus_if.h device_if.h \
9- opt_inet.h opt_inet6.h opt_mac.h \
9+ opt_inet.h opt_inet6.h \
1010 if_fwip.c if_fwipvar.h \
1111 firewire.h firewirereg.h \
1212 if_fwsubr.c
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SRCS= ibcs2_errno.c ibcs2_ipc.c ibcs2_stat.c ibcs2_misc.c \
88 ibcs2_socksys.c ibcs2_util.c ibcs2_xenix.c ibcs2_xenix_sysent.c \
99 ibcs2_isc.c ibcs2_isc_sysent.c \
1010 ibcs2_msg.c ibcs2_other.c ibcs2_sysi86.c ibcs2_sysvec.c \
11- vnode_if.h opt_mac.h opt_spx_hack.h
11+ vnode_if.h opt_spx_hack.h
1212
1313CFLAGS+ = -DCOMPAT_IBCS2
1414
Original file line number Diff line number Diff line change 55.PATH : ${.CURDIR}/../../net ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6
66
77KMOD = if_gif
8- SRCS = if_gif.c in_gif.c opt_inet.h opt_inet6.h opt_mac.h \
9- opt_mrouting.h
8+ SRCS = if_gif.c in_gif.c opt_inet.h opt_inet6.h opt_mrouting.h
109
1110.if !defined(KERNBUILDDIR)
1211opt_inet.h :
Original file line number Diff line number Diff line change 44
55KMOD = if_ppp
66SRCS = if_ppp.c ppp_tty.c slcompress.c \
7- opt_inet.h opt_inet6.h opt_ipx.h opt_mac.h opt_ppp.h
7+ opt_inet.h opt_inet6.h opt_ipx.h opt_ppp.h
88
99PPP_BSDCOMP? = 1 # 0/1
1010PPP_DEFLATE?= 1 # 0/1
Original file line number Diff line number Diff line change 33.PATH : ${.CURDIR}/../../net
44
55KMOD = if_stf
6- SRCS = if_stf.c opt_inet.h opt_inet6.h opt_mac.h
6+ SRCS = if_stf.c opt_inet.h opt_inet6.h
77
88.if !defined(KERNBUILDDIR)
99opt_inet.h :
Original file line number Diff line number Diff line change 33.PATH : ${.CURDIR}/../../net
44
55KMOD = if_tun
6- SRCS = if_tun.c opt_atalk.h opt_inet.h opt_inet6.h opt_ipx.h opt_mac.h
6+ SRCS = if_tun.c opt_atalk.h opt_inet.h opt_inet6.h opt_ipx.h
77
88.if !defined(KERNBUILDDIR)
99opt_atalk.h :
Original file line number Diff line number Diff line change 77KMOD = ip6_mroute
88
99SRCS = ip6_mroute.c
10- SRCS+ = opt_inet6.h opt_mac.h opt_mrouting.h
10+ SRCS+ = opt_inet6.h opt_mrouting.h
1111
1212.if !defined(KERNBUILDDIR)
1313opt_inet6.h :
Original file line number Diff line number Diff line change 77KMOD = ip_mroute
88
99SRCS = ip_mroute.c
10- SRCS+ = opt_inet.h opt_mac.h opt_mrouting.h opt_route.h
10+ SRCS+ = opt_inet.h opt_mrouting.h opt_route.h
1111
1212.if !defined(KERNBUILDDIR)
1313opt_inet.h :
Original file line number Diff line number Diff line change 66
77KMOD = ipfw
88SRCS = ip_fw2.c ip_fw_pfil.c
9- SRCS+ = opt_inet6.h opt_ipsec.h opt_mac.h opt_route.h
9+ SRCS+ = opt_inet6.h opt_ipsec.h opt_route.h
1010
1111CFLAGS+ = -DIPFIREWALL
1212CFLAGS+ = -I${.CURDIR}/../../contrib/pf
You can’t perform that action at this time.
0 commit comments