- Fix indentation in VarFind()
[dragonfly.git] / sys / emulation / ndis / Makefile
1 # $DragonFly: src/sys/emulation/ndis/Makefile,v 1.2 2004/08/13 17:51:08 dillon 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+=  opt_bdg.h device_if.h bus_if.h pci_if.h
7
8 .include <bsd.kmod.mk>
9