Deleted Added
full compact
Makefile (159687) Makefile (162878)
1# $FreeBSD: head/sys/modules/sound/driver/envy24/Makefile 159687 2006-06-17 14:36:44Z netchild $
1# $FreeBSD: head/sys/modules/sound/driver/envy24/Makefile 162878 2006-09-30 17:10:37Z netchild $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4KMOD = snd_envy24
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4KMOD = snd_envy24
5SRCS = device_if.h bus_if.h isa_if.h pci_if.h
5SRCS = device_if.h bus_if.h pci_if.h
6SRCS += envy24.c
7
8.include <bsd.kmod.mk>
6SRCS += envy24.c
7
8.include <bsd.kmod.mk>