Deleted Added
sdiff udiff text old ( 68245 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/joy/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3.PATH: ${.CURDIR}/../../isa
4
5KMOD= joy
6SRCS= bus_if.h device_if.h isa_if.h joy.c
7
8.include <bsd.kmod.mk>