1791f426dec6a413924efff9a7be553254483d4d
[dragonfly.git] / sys / dev / netif / bfe / Makefile
1 # $DragonFly: src/sys/dev/netif/bfe/Makefile,v 1.3 2008/06/26 12:05:19 sephe Exp $
2
3 KMOD=   if_bfe
4 SRCS=   if_bfe.c
5 SRCS+=  miibus_if.h device_if.h bus_if.h pci_if.h
6 SRCS+=  opt_ethernet.h
7 KMODDEPS = miibus
8
9 .ifndef BUILDING_WITH_KERNEL
10 opt_ethernet.h:
11         touch ${.OBJDIR}/${.TARGET}
12 .endif
13
14 .include <bsd.kmod.mk>