Makefile (c68159a6d8eede11766cf13896d0f7670dbd51aa) | Makefile (6780ab54325a71e7e70112b11657973edde8655e) |
---|---|
1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../../dev/sound/pci 4 5KMOD= snd_emu10k1 | 1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../../dev/sound/pci 4 5KMOD= snd_emu10k1 |
6SRCS= device_if.h bus_if.h isa_if.h pci_if.h | 6SRCS= device_if.h bus_if.h pci_if.h |
7SRCS+= emu10k1.c 8 9.include <bsd.kmod.mk> | 7SRCS+= emu10k1.c 8 9.include <bsd.kmod.mk> |