summaryrefslogtreecommitdiffstats
path: root/sys/modules/lmc/Makefile
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-10-05 10:07:27 +0000
committerglebius <glebius@FreeBSD.org>2005-10-05 10:07:27 +0000
commit5fec195dfbb74ae2282f3a20aeb2944fc966235b (patch)
treef00ae782c4f89df65021069dec85b9ec5c3165b0 /sys/modules/lmc/Makefile
parente2de919bb508d643b919555e8928a3ce4e6d1259 (diff)
downloadFreeBSD-src-5fec195dfbb74ae2282f3a20aeb2944fc966235b.zip
FreeBSD-src-5fec195dfbb74ae2282f3a20aeb2944fc966235b.tar.gz
- Don't include opt_global.h, it is always included implicitly.
- Include opt_device_polling.h
Diffstat (limited to 'sys/modules/lmc/Makefile')
-rw-r--r--sys/modules/lmc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/lmc/Makefile b/sys/modules/lmc/Makefile
index cdeaa6b..70e27b5 100644
--- a/sys/modules/lmc/Makefile
+++ b/sys/modules/lmc/Makefile
@@ -18,7 +18,6 @@ opt_netgraph.h:
echo "#define NETGRAPH 1" > ${.TARGET}
opt_global.h:
echo "#define ALTQ 1" > ${.TARGET}
- echo "#define DEVICE_POLLING 0" >> ${.TARGET}
opt_bpf.h: # FreeBSD-5:
echo "#define DEV_BPF 1" > ${.TARGET}
OpenPOWER on IntegriCloud