- Fix indentation in VarFind()
[dragonfly.git] / sys / dev / netif / ep / Makefile
1 # $DragonFly: src/sys/dev/netif/ep/Makefile,v 1.1 2004/03/15 17:19:19 dillon Exp $
2 #
3
4 .PATH:  ${.CURDIR}/../../dev/ep
5 KMOD    = if_ep
6 SRCS    = if_ep.c if_ep_pccard.c if_ep_isa.c
7 SRCS    += device_if.h bus_if.h pci_if.h isa_if.h card_if.h
8 # KMODDEPS = miibus
9
10 .include <bsd.kmod.mk>