summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/driver/maestro3/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-03-24 22:33:43 +0000
committerpeter <peter@FreeBSD.org>2001-03-24 22:33:43 +0000
commitac4af0b4837752dd851eeb4998e339bdaf3e9f97 (patch)
treec47b9808ceb4479dba1ea2a1888f78e4473f10df /sys/modules/sound/driver/maestro3/Makefile
parent4760bbf740715d8ecaabb8f00ac3affb0ba1531d (diff)
downloadFreeBSD-src-ac4af0b4837752dd851eeb4998e339bdaf3e9f97.zip
FreeBSD-src-ac4af0b4837752dd851eeb4998e339bdaf3e9f97.tar.gz
Catch these modules up with obrien's recent cleanup commit.
Diffstat (limited to 'sys/modules/sound/driver/maestro3/Makefile')
-rw-r--r--sys/modules/sound/driver/maestro3/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/modules/sound/driver/maestro3/Makefile b/sys/modules/sound/driver/maestro3/Makefile
index b644370..52b10a1 100644
--- a/sys/modules/sound/driver/maestro3/Makefile
+++ b/sys/modules/sound/driver/maestro3/Makefile
@@ -1,10 +1,11 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../../dev/sound/pci
-KMOD = snd_maestro3
-SRCS = device_if.h bus_if.h isa_if.h pci_if.h
-SRCS += maestro3.c
-CFLAGS += -Wall
-CFLAGS += -DM3_DEBUG_LEVEL=-1
+.PATH: ${.CURDIR}/../../../../dev/sound/pci
+
+KMOD= snd_maestro3
+SRCS= device_if.h bus_if.h isa_if.h pci_if.h
+SRCS+= maestro3.c
+
+CFLAGS+= -Wall -DM3_DEBUG_LEVEL=-1
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud