mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
10 lines
236 B
Makefile
10 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/if_ndis
|
|
|
|
KMOD= if_ndis
|
|
SRCS= if_ndis.c if_ndis_pci.c if_ndis_pccard.c if_ndis_usb.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h
|
|
SRCS+= opt_usb.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|