mirror of
https://github.com/opnsense/src.git
synced 2026-05-27 20:02:43 -04:00
PC Card support is being removed, so remove its attachment here. ndis is slated to be removed entirely for 13, but that's not been done yet. Relnotes: Yes
10 lines
212 B
Makefile
10 lines
212 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/if_ndis
|
|
|
|
KMOD= if_ndis
|
|
SRCS= if_ndis.c if_ndis_pci.c if_ndis_usb.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
SRCS+= opt_bus.h opt_usb.h usb_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|