11 lines
149 B
Makefile
11 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/wds
|
|
|
|
KMOD= wds
|
|
SRCS= wd7000.c
|
|
SRCS+= bus_if.h device_if.h isa_if.h
|
|
SRCS+= opt_cam.h
|
|
|
|
.include <bsd.kmod.mk>
|