xref: /dflybsd-src/sys/dev/misc/joy/Makefile (revision 8cedfd17ede3af5c87de4deb8839a2994b800f7d)
1*984263bcSMatthew Dillon# $FreeBSD: src/sys/modules/joy/Makefile,v 1.15.2.3 2002/08/07 16:31:56 ru Exp $
2*984263bcSMatthew Dillon
3*984263bcSMatthew DillonKMOD	= joy
4*984263bcSMatthew DillonSRCS	= bus_if.h device_if.h isa_if.h joy.c
5*984263bcSMatthew Dillon
6*984263bcSMatthew Dillon.include <bsd.kmod.mk>
7