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