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