4c52dc451b
current stub one until such time as one shows up.
9 lines
132 B
Makefile
9 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/joy
|
|
|
|
KMOD= joy
|
|
SRCS= bus_if.h device_if.h isa_if.h joy.c joy_isa.c
|
|
|
|
.include <bsd.kmod.mk>
|