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