freebsd-dev/sys/modules/speaker/Makefile
Matthew N. Dodd a71a307383 Retire 'atspeaker' and 'pcspeaker'. We'll use 'speaker' which
is the same as the config device directive.

Reminded by:	 Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
2003-03-29 09:59:49 +00:00

10 lines
137 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../i386/isa
KMOD= atspeaker
SRCS= spkr.c
SRCS+= bus_if.h device_if.h isa_if.h
.include <bsd.kmod.mk>