]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bce/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.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>