Deleted Added
sdiff udiff text old ( 65205 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/sound/driver/fm801/Makefile 65205 2000-08-29 16:12:28Z cg $
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
7
8.include <bsd.kmod.mk>