Remove the '2' suffix from ether_input_chain and vlan_input; their counterparts
[dragonfly.git] / sys / dev / netif / iwl / Makefile
1 # $DragonFly: src/sys/dev/netif/iwl/Makefile,v 1.1 2008/03/05 14:10:39 sephe Exp $
2
3 KMOD= if_iwl
4 SRCS= if_iwl.c iwl2100.c
5 SRCS+= device_if.h bus_if.h pci_if.h
6 KMODDEPS= wlan
7
8 .include <bsd.kmod.mk>