freebsd-dev/sys/modules/sbni/Makefile
John Baldwin 26e4688329 Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and
the driver worked ok with them.

Tested by:	friends of yar
2008-09-10 18:36:58 +00:00

11 lines
176 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/sbni
KMOD= if_sbni
SRCS= if_sbni.c if_sbni_isa.c if_sbni_pci.c
SRCS+= bus_if.h device_if.h isa_if.h pci_if.h
.include <bsd.kmod.mk>