freebsd-dev/sys/modules/joy/Makefile
Warner Losh 4c52dc451b There never was a PC Card joystick attachment that worked. Kill the
current stub one until such time as one shows up.
2014-11-22 20:31:20 +00:00

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>