--- src/sys/dev/netif/fwe/Makefile 2005/07/28 00:06:09 1.4 +++ src/sys/dev/netif/fwe/Makefile 2005/10/24 08:06:15 1.5 @@ -5,6 +5,11 @@ KMOD= if_fwe SRCS= if_fwe.c -SRCS+= bus_if.h device_if.h opt_inet.h +SRCS+= bus_if.h device_if.h opt_inet.h opt_polling.h + +.ifndef BUILDING_WITH_KERNEL +opt_polling.h: + echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET} +.endif .include