1KMOD = if_re 2SRCS = if_re.c re.c 3SRCS += device_if.h bus_if.h pci_if.h pcidevs.h 4SRCS += opt_ifpoll.h 5 6.ifndef BUILDING_WITH_KERNEL 7opt_ifpoll.h: 8 echo '#define IFPOLL_ENABLE 1' > ${.OBJDIR}/${.TARGET} 9.endif 10 11.include <bsd.kmod.mk> 12