Fix some typos in messages/manpages.
[dragonfly.git] / sys / dev / sound / driver / maestro3 / Makefile
1 # $FreeBSD: src/sys/modules/sound/driver/maestro3/Makefile,v 1.3 2003/02/07 13:56:32 nyan Exp $
2 # $DragonFly: src/sys/dev/sound/driver/maestro3/Makefile,v 1.4 2007/01/04 21:47:01 corecode Exp $
3
4 .PATH: ${.CURDIR}/../../pci
5
6 KMOD=   snd_maestro3
7 SRCS=   device_if.h bus_if.h pci_if.h
8 SRCS+=  maestro3.c
9
10 CFLAGS+= -Wall -DM3_DEBUG_LEVEL=-1
11
12 .include <bsd.kmod.mk>