6f940b3847
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
9 lines
144 B
Makefile
9 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/isa
|
|
KMOD = if_wi
|
|
SRCS = if_wi.c device_if.h bus_if.h
|
|
CFLAGS += ${DEBUG_FLAGS}
|
|
|
|
.include <bsd.kmod.mk>
|