Deleted Added
sdiff udiff text old ( 65543 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/sound/driver/maestro/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5KMOD= snd_maestro
6SRCS= device_if.h bus_if.h isa_if.h pci_if.h
7SRCS+= maestro.c
8
9.include <bsd.kmod.mk>