HAMMER Utilities: MFC work to date.
[dragonfly.git] / sys / dev / netif / lnc / Makefile
blobfef90c9c93cb22585990eafe6093c2a5342905db
1 # $DragonFly: src/sys/dev/netif/lnc/Makefile,v 1.3 2006/07/07 14:16:29 sephe Exp $
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
7 .include <bsd.kmod.mk>