mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
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>
|