aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-11-18 17:06:54 +0000
committerWarner Losh <imp@FreeBSD.org>2014-11-18 17:06:54 +0000
commit0a8fbf6472819b0b4098237b7e23cea4d595ff0f (patch)
treed24276f10a7e0366904f7f13c1040d29ce3304cd /sys
parent621dde6bf2ddf3a5e6d28553e0fbfd32fedd0309 (diff)
downloadsrc-0a8fbf6472819b0b4098237b7e23cea4d595ff0f.tar.gz
src-0a8fbf6472819b0b4098237b7e23cea4d595ff0f.zip
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
Notes
Notes: svn path=/head/; revision=274667
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 7a53f3e4bb07..66fc0e652bb1 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>