blob: de4210e605fa1f2e46db27fa82af3bc93f0c9565 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD: src/sys/modules/sound/driver/maestro/Makefile,v 1.4.20.1 2009/04/15 03:14:26 kensmith Exp $
.PATH: ${.CURDIR}/../../../../dev/sound/pci
KMOD= snd_maestro
SRCS= device_if.h bus_if.h pci_if.h
SRCS+= maestro.c
WERROR=
.include <bsd.kmod.mk>
|