e3cda8240a237f1acfb5f13af360b32be176ebf3
[dragonfly.git] / sys / dev / netif / et / Makefile
1 # $DragonFly: src/sys/dev/netif/et/Makefile,v 1.2 2008/07/08 14:36:02 sephe Exp $
2
3 KMOD= if_et
4 SRCS= if_et.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>