]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - sys/modules/bce/Makefile
Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.
[FreeBSD/releng/9.3.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 clean:
9         rm -f opt_bdg.h device_if.h bus_if.h pci_if.h export_syms
10         rm -f *.o *.kld *.ko
11         rm -f @ machine x86 miibus_if.h miidevs.h opt_bce.h
12
13 .include <bsd.kmod.mk>