Oops, left a compile option enabled that should not be enabled.

This commit is contained in:
Scott Long 2005-10-04 04:40:21 +00:00
parent 34ea500bea
commit b9aaa6961b

View File

@ -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}