nrelease - fix/improve livecd
[dragonfly.git] / sys / dev / netif / nge / Makefile
1 # $FreeBSD: src/sys/modules/nge/Makefile,v 1.2.2.2 2001/12/04 20:01:53 brooks Exp $
2
3 KMOD=   if_nge
4 SRCS=   if_nge.c miibus_if.h device_if.h bus_if.h pci_if.h pcidevs.h
5 SRCS+=  opt_ifpoll.h
6
7 .ifndef KERNBUILDDIR
8 opt_ifpoll.h:
9         echo '#define IFPOLL_ENABLE 1' > ${.OBJDIR}/${.TARGET}
10 .endif
11
12 .include <bsd.kmod.mk>