2001-02-01 16:39:34 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-02-08 13:24:30 +00:00
|
|
|
.if ${MACHINE} == "pc98"
|
|
|
|
.PATH: ${.CURDIR}/../../pc98/pc98
|
|
|
|
CFLAGS+= -DPC98
|
|
|
|
.else
|
2001-02-01 16:39:34 +00:00
|
|
|
.PATH: ${.CURDIR}/../../i386/isa
|
2001-02-08 13:24:30 +00:00
|
|
|
.endif
|
2001-02-01 16:39:34 +00:00
|
|
|
|
|
|
|
KMOD= atspeaker
|
|
|
|
SRCS= spkr.c
|
|
|
|
SRCS+= bus_if.h device_if.h isa_if.h
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|