PCI compat cleanup, part 1. This brings in the LNC and VX drivers
[dragonfly.git] / sys / dev / netif / lnc / Makefile
1 # $DragonFly: src/sys/dev/netif/lnc/Makefile,v 1.1 2003/12/07 19:23:39 dillon Exp $
2  
3 .PATH:  ${.CURDIR}/../../dev/lnc
4 KMOD    = if_lnc
5 SRCS    = if_lnc.c if_lnc_isa.c if_lnc_pci.c
6 SRCS    += device_if.h bus_if.h pci_if.h isa_if.h opt_inet.h
7   
8 .include <bsd.kmod.mk>