freebsd-dev/sys/modules/atspeaker/Makefile

10 lines
137 B
Makefile
Raw Normal View History

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