kernel/sound: Shorten the .PATH's in module Makefiles a bit.
[dragonfly.git] / sys / dev / sound / driver / vibes / Makefile
1 # $FreeBSD: head/sys/modules/sound/driver/vibes/Makefile 110498 2003-02-07 13:56:33Z nyan $
2
3 .PATH: ${.CURDIR}/../../pci
4
5 KMOD=   snd_vibes
6 SRCS=   device_if.h bus_if.h pci_if.h
7 SRCS+=  vibes.c
8
9 .include <bsd.kmod.mk>