]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/bce/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>