1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1996-09-22 21:56:57 +00:00
|
|
|
|
2001-12-05 09:09:48 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/joy
|
2001-01-06 14:00:42 +00:00
|
|
|
|
|
|
|
KMOD= joy
|
2004-05-26 00:53:10 +00:00
|
|
|
SRCS= bus_if.h device_if.h isa_if.h card_if.h joy.c joy_isa.c joy_pccard.c \
|
|
|
|
pccarddevs.h
|
1996-03-16 01:35:48 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|