mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
8 lines
184 B
Makefile
8 lines
184 B
Makefile
.PATH: ${SRCTOP}/sys/dev/bce
|
|
KMOD= if_bce
|
|
SRCS= opt_platform.h 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>
|