9 lines
184 B
Makefile
9 lines
184 B
Makefile
|
# $FreeBSD$
|
||
|
.PATH: ${.CURDIR}/../../dev/bce
|
||
|
KMOD= if_bce
|
||
|
SRCS= opt_bce.h if_bce.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
|
||
|
|
||
|
#CFLAGS += -DBCE_DEBUG=0
|
||
|
|
||
|
.include <bsd.kmod.mk>
|