]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/bce/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / bce / Makefile
1 # $FreeBSD$
2 .PATH:  ${.CURDIR}/../../dev/bce
3 KMOD=   if_bce
4 SRCS=   opt_bce.h if_bce.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
5
6 #CFLAGS += -DBCE_DEBUG=0
7
8 .include <bsd.kmod.mk>