modules: remove KMODDEPS, it is not used anymore
[dragonfly.git] / sys / dev / netif / ep / Makefile
1 # $DragonFly: src/sys/dev/netif/ep/Makefile,v 1.2 2005/05/31 08:10:44 joerg Exp $
2 #
3
4 KMOD    = if_ep
5 SRCS    = if_ep.c if_ep_pccard.c if_ep_isa.c
6 SRCS    += device_if.h bus_if.h pci_if.h isa_if.h card_if.h
7
8 .include <bsd.kmod.mk>