diff options
author | scottl <scottl@FreeBSD.org> | 2005-10-04 04:40:21 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2005-10-04 04:40:21 +0000 |
commit | 18dd39f419d07d5a1622a56da480985c41f78d0e (patch) | |
tree | e2e9637ecd2fcbb447d0f5e9c163e10fee0027f2 /sys/modules/lmc | |
parent | 3b657afbab69a51e3f78c40764cb2074765700cb (diff) | |
download | FreeBSD-src-18dd39f419d07d5a1622a56da480985c41f78d0e.zip FreeBSD-src-18dd39f419d07d5a1622a56da480985c41f78d0e.tar.gz |
Oops, left a compile option enabled that should not be enabled.
Diffstat (limited to 'sys/modules/lmc')
-rw-r--r-- | sys/modules/lmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/lmc/Makefile b/sys/modules/lmc/Makefile index fa56579..cdeaa6b 100644 --- a/sys/modules/lmc/Makefile +++ b/sys/modules/lmc/Makefile @@ -18,7 +18,7 @@ opt_netgraph.h: echo "#define NETGRAPH 1" > ${.TARGET} opt_global.h: echo "#define ALTQ 1" > ${.TARGET} - echo "#define DEVICE_POLLING 1" >> ${.TARGET} + echo "#define DEVICE_POLLING 0" >> ${.TARGET} opt_bpf.h: # FreeBSD-5: echo "#define DEV_BPF 1" > ${.TARGET} |