3cfcdf9cd86a95b3caa3f35f1ec33b11f5fdfc73
[dragonfly.git] / sys / dev / netif / vx / Makefile
1 # $DragonFly: src/sys/dev/netif/vx/Makefile,v 1.1 2003/12/07 19:23:40 dillon Exp $
2  
3 .PATH:  ${.CURDIR}/../../dev/netif/vx
4 KMOD    = if_vx
5 SRCS    = if_vx.c if_vx_eisa.c if_vx_pci.c
6 SRCS    += device_if.h bus_if.h pci_if.h isa_if.h
7   
8 .include <bsd.kmod.mk>