Deleted Added
full compact
1# $FreeBSD: head/sys/modules/sound/driver/fm801/Makefile 65205 2000-08-29 16:12:28Z cg $
1# $FreeBSD: head/sys/modules/sound/driver/fm801/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4KMOD = snd_fm801
5SRCS = device_if.h bus_if.h isa_if.h pci_if.h
6SRCS += fm801.c
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5KMOD= snd_fm801
6SRCS= device_if.h bus_if.h isa_if.h pci_if.h
7SRCS+= fm801.c
8
9.include <bsd.kmod.mk>