head	1.3;
access;
symbols
	RELENG_5_0_0_RELEASE:1.2
	RELENG_5_0:1.2.0.2
	RELENG_5_0_BP:1.2;
locks; strict;
comment	@# @;


1.3
date	2003.03.29.09.59.49;	author mdodd;	state dead;
branches;
next	1.2;

1.2
date	2002.11.06.13.46.59;	author nyan;	state Exp;
branches;
next	1.1;

1.1
date	2002.10.31.05.19.33;	author nyan;	state Exp;
branches;
next	;


desc
@@


1.3
log
@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>
@
text
@# $FreeBSD: src/sys/modules/pcspeaker/Makefile,v 1.2 2002/11/06 13:46:59 nyan Exp $

.PATH: ${.CURDIR}/../../pc98/pc98

KMOD=	pcspeaker
SRCS=	spkr.c
SRCS+=	bus_if.h device_if.h isa_if.h

.include <bsd.kmod.mk>
@


1.2
log
@Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Rename the speaker device for pc98 to 'pcspeaker'.
@
text
@a8 2
CFLAGS+= -DPC98

@

