64db83a8ab
encoding the relative path.
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>
|