- GALILEO -> MARVELL
[dragonfly.git] / sys / emulation / ndis / Makefile
1 # $DragonFly: src/sys/emulation/ndis/Makefile,v 1.3 2006/06/25 11:02:39 corecode Exp $
2 #
3
4 KMOD=   ndis
5 SRCS=   subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
6 SRCS+=  device_if.h bus_if.h pci_if.h
7
8 .include <bsd.kmod.mk>
9