# $FreeBSD: src/sys/modules/nge/Makefile,v 1.2.2.2 2001/12/04 20:01:53 brooks Exp $ # $DragonFly: src/sys/dev/netif/nge/Makefile,v 1.5 2006/06/25 11:02:38 corecode Exp $ KMOD= if_nge SRCS= if_nge.c miibus_if.h device_if.h bus_if.h pci_if.h SRCS+= opt_polling.h KMODDEPS = miibus .ifndef BUILDING_WITH_KERNEL opt_polling.h: echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET} .endif .include