mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
9 lines
205 B
Makefile
9 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/if_ndis
|
|
|
|
KMOD= if_ndis
|
|
SRCS= if_ndis.c if_ndis_pci.c if_ndis_pccard.c
|
|
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|