2001-02-01 11:39:34 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2005-11-11 04:57:32 -05:00
|
|
|
.PATH: ${.CURDIR}/../../dev/speaker
|
2001-02-01 11:39:34 -05:00
|
|
|
|
2003-03-29 05:01:03 -05:00
|
|
|
KMOD= speaker
|
2001-02-01 11:39:34 -05:00
|
|
|
SRCS= spkr.c
|
|
|
|
|
SRCS+= bus_if.h device_if.h isa_if.h
|
|
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|