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