9e4be63dd6
makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles.
8 lines
119 B
Makefile
8 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/isa
|
|
KMOD = if_wi
|
|
SRCS = if_wi.c device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|