Deleted Added
full compact
Makefile (79047) Makefile (110498)
1# $FreeBSD: head/sys/modules/sound/driver/ich/Makefile 79047 2001-07-01 19:38:58Z cg $
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
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4KMOD = snd_ich
5SRCS = device_if.h bus_if.h isa_if.h pci_if.h
5SRCS = device_if.h bus_if.h pci_if.h
6SRCS += ich.c
7
8.include <bsd.kmod.mk>
6SRCS += ich.c
7
8.include <bsd.kmod.mk>