Makefile revision 110498
1# $FreeBSD: head/sys/modules/sound/driver/ich/Makefile 110498 2003-02-07 13:56:33Z nyan $
2
3.PATH:		${.CURDIR}/../../../../dev/sound/pci
4KMOD		= snd_ich
5SRCS		= device_if.h bus_if.h pci_if.h
6SRCS		+= ich.c
7
8.include <bsd.kmod.mk>
9