From: Sascha Wildner Date: Fri, 6 Jul 2012 12:37:20 +0000 (+0200) Subject: pst(4): Remove a bogus (commented out) debug option from the Makefile. X-Git-Tag: v3.2.0~662 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/a358fa353f7a48ca8ba1832b1e1c10fe57e47373 pst(4): Remove a bogus (commented out) debug option from the Makefile. --- diff --git a/sys/dev/raid/pst/Makefile b/sys/dev/raid/pst/Makefile index ba73a5bc25..784b99d2c3 100644 --- a/sys/dev/raid/pst/Makefile +++ b/sys/dev/raid/pst/Makefile @@ -1,10 +1,7 @@ # $FreeBSD: src/sys/modules/mly/Makefile,v 1.1.2.1 2000/10/27 10:07:02 msmith Exp $ -# $DragonFly: src/sys/dev/raid/pst/Makefile,v 1.1 2003/10/01 18:20:07 dillon Exp $ KMOD = pst SRCS = pst-pci.c pst-iop.c pst-raid.c SRCS += device_if.h bus_if.h pci_if.h -#CFLAGS+= -DMLY_DEBUG=1 - .include