Merge from vendor branch OPENSSH:
[dragonfly.git] / sys / emulation / ndis / Makefile
1 # $DragonFly: src/sys/emulation/ndis/Makefile,v 1.1 2004/07/29 20:51:33 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 vnode_if.h
7
8 .include <bsd.kmod.mk>
9