Skip to content

Commit d5fc25e

Browse files
committed
Remove opt_mac.h generation for various kernel modules that no longer
require it. Submitted by: pjd
1 parent 977f0a7 commit d5fc25e

File tree

21 files changed

+19
-23
lines changed

21 files changed

+19
-23
lines changed

sys/modules/cxgb/tom/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CXGB = ${.CURDIR}/../../../dev/cxgb
66
KMOD= tom
77
SRCS= cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_tom_sysctl.c cxgb_cpl_socket.c
88
SRCS+= 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
1010
SRCS+= opt_tcpdebug.h opt_ddb.h opt_sched.h opt_global.h opt_ktr.h
1111
SRCS+= device_if.h bus_if.h pci_if.h
1212
CFLAGS+= -g -I${CXGB}

sys/modules/firewire/fwip/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
KMOD = if_fwip
88
SRCS = 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

sys/modules/ibcs2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1313
CFLAGS+= -DCOMPAT_IBCS2
1414

sys/modules/if_gif/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
.PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6
66

77
KMOD= 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)
1211
opt_inet.h:

sys/modules/if_ppp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
KMOD= if_ppp
66
SRCS= 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

99
PPP_BSDCOMP?= 1 # 0/1
1010
PPP_DEFLATE?= 1 # 0/1

sys/modules/if_stf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.PATH: ${.CURDIR}/../../net
44

55
KMOD= 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)
99
opt_inet.h:

sys/modules/if_tun/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.PATH: ${.CURDIR}/../../net
44

55
KMOD= 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)
99
opt_atalk.h:

sys/modules/ip6_mroute_mod/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
KMOD= ip6_mroute
88

99
SRCS= 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)
1313
opt_inet6.h:

sys/modules/ip_mroute_mod/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
KMOD= ip_mroute
88

99
SRCS= 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)
1313
opt_inet.h:

sys/modules/ipfw/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
KMOD= ipfw
88
SRCS= 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

1111
CFLAGS+= -DIPFIREWALL
1212
CFLAGS+= -I${.CURDIR}/../../contrib/pf

0 commit comments

Comments
 (0)