Deleted Added
sdiff udiff text old ( 162875 ) new ( 162892 )
full compact
1# $FreeBSD: head/sys/modules/sound/driver/spicds/Makefile 162875 2006-09-30 16:57:41Z netchild $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4KMOD = snd_spicds
5SRCS = device_if.h bus_if.h isa_if.h pci_if.h
6SRCS += spicds.c
7
8.include <bsd.kmod.mk>