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