modules is out of fashion. There is still a joy(4) manual page to clue people into the existence of the joy of FreeBSD.
8 lines
119 B
Makefile
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>
|