dba6dd177b
the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
10 lines
205 B
Makefile
10 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>
|