Deleted Added
full compact
Makefile (74761) Makefile (110498)
1# $FreeBSD: head/sys/modules/sound/driver/cs4281/Makefile 74761 2001-03-24 22:33:43Z peter $
1# $FreeBSD: head/sys/modules/sound/driver/cs4281/Makefile 110498 2003-02-07 13:56:33Z nyan $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5KMOD= snd_cs4281
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5KMOD= snd_cs4281
6SRCS= device_if.h bus_if.h isa_if.h pci_if.h
6SRCS= device_if.h bus_if.h pci_if.h
7SRCS+= cs4281.c
8
9.include <bsd.kmod.mk>
7SRCS+= cs4281.c
8
9.include <bsd.kmod.mk>