freebsd-dev/sys/modules/sound/driver/envy24/Makefile
Alexander Leidinger 5cc415a9eb Respect style.Makefile(5).
Cluebat waving by:	ru
2006-09-30 18:12:33 +00:00

10 lines
151 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../../dev/sound/pci
KMOD= snd_envy24
SRCS= device_if.h bus_if.h pci_if.h
SRCS+= envy24.c
.include <bsd.kmod.mk>