summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-11-18 17:06:54 +0000
committerimp <imp@FreeBSD.org>2014-11-18 17:06:54 +0000
commit1b55bc0f40c097311c00a2d0faa1aa2267f755d3 (patch)
treed24276f10a7e0366904f7f13c1040d29ce3304cd /sys
parent8d8970ab47c8e209e54e07fb936b74f4c182ca3b (diff)
downloadFreeBSD-src-1b55bc0f40c097311c00a2d0faa1aa2267f755d3.zip
FreeBSD-src-1b55bc0f40c097311c00a2d0faa1aa2267f755d3.tar.gz
No need to list opt_global.h. No need to force ALTQ here, since that's
not the normal default for the system and nothing else forces it on. Sponsored by: Netflix
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/lmc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/lmc/Makefile b/sys/modules/lmc/Makefile
index 7a53f3e..66fc0e6 100644
--- a/sys/modules/lmc/Makefile
+++ b/sys/modules/lmc/Makefile
@@ -7,12 +7,9 @@ SRCS = if_lmc.c if_lmc.h
SRCS += device_if.h bus_if.h pci_if.h
SRCS += opt_inet.h opt_inet6.h
SRCS += opt_netgraph.h
-SRCS += opt_global.h
SRCS += opt_bpf.h
opt_netgraph.h:
echo "#define NETGRAPH 1" > ${.TARGET}
-opt_global.h:
- echo "#define ALTQ 1" > ${.TARGET}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud