mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
10 lines
209 B
Makefile
10 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../compat/ndis
|
|
|
|
KMOD= ndis
|
|
SRCS= subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
|
|
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h card_if.h
|
|
|
|
.include <bsd.kmod.mk>
|