aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
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>