2001-02-01 16:39:34 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/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>
|