kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
[dragonfly.git] / sys / dev / netif / vr / Makefile
1 # $FreeBSD: src/sys/modules/vr/Makefile,v 1.8 2000/01/28 11:26:42 bde Exp $
2
3 KMOD    = if_vr
4 SRCS    = if_vr.c device_if.h bus_if.h pci_if.h pcidevs.h
5 SRCS    += opt_ifpoll.h
6 SRCS    += miibus_if.h
7
8 .ifndef BUILDING_WITH_KERNEL
9 opt_ifpoll.h:
10         echo '#define IFPOLL_ENABLE 1' > ${.OBJDIR}/${.TARGET}
11 .endif
12
13 .include <bsd.kmod.mk>