linprocfs - Introduce /proc/mounts
[dragonfly.git] / sys / dev / netif / fxp / Makefile
blob441d19b21beb88e14d2899d6db64de64cef180b0
1 # $FreeBSD: src/sys/modules/fxp/Makefile,v 1.9.2.3 2001/12/04 20:01:53 brooks Exp $
2 # $DragonFly: src/sys/dev/netif/fxp/Makefile,v 1.7 2008/09/17 08:51:29 sephe Exp $
4 KMOD = if_fxp
5 SRCS = if_fxp.c device_if.h bus_if.h pci_if.h miibus_if.h
6 SRCS += opt_polling.h
8 .ifndef BUILDING_WITH_KERNEL
9 opt_polling.h:
10 echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
11 .endif
13 .include <bsd.kmod.mk>