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