nrelease - fix/improve livecd
[dragonfly.git] / sys / dev / netif / igb / Makefile
1 KMOD=   if_igb
2 SRCS=   if_igb.c
3 SRCS+=  device_if.h bus_if.h pci_if.h
4 SRCS+=  opt_ifpoll.h opt_igb.h
5
6 .ifndef KERNBUILDDIR
7
8 opt_ifpoll.h:
9         echo '#define IFPOLL_ENABLE 1' > ${.OBJDIR}/${.TARGET}
10
11 opt_igb.h:
12         touch ${.OBJDIR}/${.TARGET}
13
14 .endif
15
16 .include <bsd.kmod.mk>