freebsd-dev/sys/modules/joy/Makefile
Sheldon Hearn 0fa66a3170 Retire the joy(8) script. Using shell scripts to load kernel loadable
modules is out of fashion.

There is still a joy(4) manual page to clue people into the existence of
the joy of FreeBSD.
2000-11-02 14:15:30 +00:00

8 lines
119 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../isa
KMOD = joy
SRCS = bus_if.h device_if.h isa_if.h joy.c
.include <bsd.kmod.mk>