- Replace lnc(4) driver with NetBSD's le(4), which gives us better performance,
[dragonfly.git] / sys / dev / netif / lnc / Makefile
1 # $DragonFly: src/sys/dev/netif/lnc/Makefile,v 1.3 2006/07/07 14:16:29 sephe Exp $
2  
3 KMOD    = if_lnc
4 SRCS    = lance.c if_lnc_isa.c if_lnc_pci.c am7990.c am79900.c 
5 SRCS    += device_if.h bus_if.h pci_if.h isa_if.h opt_inet.h
6   
7 .include <bsd.kmod.mk>