Date: Fri, 25 Nov 2011 07:11:00 +0000 (UTC) From: Max Khon <fjoe@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r227962 - head/usr.sbin/sade Message-ID: <201111250711.pAP7B0jT031955@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fjoe Date: Fri Nov 25 07:10:59 2011 New Revision: 227962 URL: http://svn.freebsd.org/changeset/base/227962 Log: Remove DEBUG_FLAGS. Modified: head/usr.sbin/sade/Makefile Modified: head/usr.sbin/sade/Makefile ============================================================================== --- head/usr.sbin/sade/Makefile Fri Nov 25 04:03:37 2011 (r227961) +++ head/usr.sbin/sade/Makefile Fri Nov 25 07:10:59 2011 (r227962) @@ -20,7 +20,6 @@ WARNS?= 3 CFLAGS+= -DPC98 .endif CFLAGS+= -I${.CURDIR}/../../contrib/dialog -I. -DEBUG_FLAGS= -O0 -g DPADD= ${LIBDIALOG} ${LIBNCURSESW} ${LIBM} ${LIBUTIL} ${LIBDISK} LDADD= -ldialog -lncursesw -lm -lutil -ldisk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111250711.pAP7B0jT031955>