1 2.PATH: ${SRCTOP}/sys/dev/speaker 3 4KMOD= speaker 5SRCS= spkr.c 6SRCS+= bus_if.h device_if.h isa_if.h 7 8.include <bsd.kmod.mk> 9