1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

Use new location for joy, plus list its new bus front ends.

This commit is contained in:
Warner Losh 2001-12-05 09:09:48 +00:00
parent 6aed731b38
commit 7345fbcb38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87385

View File

@ -1,8 +1,8 @@
# $FreeBSD$ # $FreeBSD$
.PATH: ${.CURDIR}/../../isa .PATH: ${.CURDIR}/../../dev/joy
KMOD= joy KMOD= joy
SRCS= bus_if.h device_if.h isa_if.h joy.c SRCS= bus_if.h device_if.h isa_if.h card_if.h joy.c joy_isa.c joy_pccard.c
.include <bsd.kmod.mk> .include <bsd.kmod.mk>