Deleted Added
sdiff udiff text old ( 62598 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/sound/driver/ds1/Makefile 62598 2000-07-04 23:32:15Z cg $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4KMOD = snd_ds1
5SRCS = device_if.h bus_if.h isa_if.h pci_if.h
6SRCS += ds1.c
7
8.include <bsd.kmod.mk>