freebsd-dev/sys/modules/wb/Makefile
Bruce Evans 9e4be63dd6 Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
makefiles.  Bad examples in fxp/Makefile keep getting copied to new
makefiles.
2000-01-28 11:26:46 +00:00

10 lines
171 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
KMOD = if_wb
SRCS = if_wb.c opt_bdg.h device_if.h
SRCS += bus_if.h miibus_if.h pci_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>