blob: 44a55573566151cafff277039ca23de255da10b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $FreeBSD: src/sys/modules/joy/Makefile,v 1.23 2004/05/26 00:53:04 imp Exp $
.PATH: ${.CURDIR}/../../dev/joy
KMOD= joy
SRCS= bus_if.h device_if.h isa_if.h card_if.h joy.c joy_isa.c joy_pccard.c \
pccarddevs.h
.include <bsd.kmod.mk>
|