svn commit: r212651 - head/libexec/tftpd

Rui Paulo rpaulo at FreeBSD.org
Wed Sep 15 10:32:32 UTC 2010


Author: rpaulo
Date: Wed Sep 15 10:32:32 2010
New Revision: 212651
URL: http://svn.freebsd.org/changeset/base/212651

Log:
  Remove an explicit assignment of the CFLAGS variable intended for
  debugging purposes only.

Modified:
  head/libexec/tftpd/Makefile

Modified: head/libexec/tftpd/Makefile
==============================================================================
--- head/libexec/tftpd/Makefile	Wed Sep 15 10:31:27 2010	(r212650)
+++ head/libexec/tftpd/Makefile	Wed Sep 15 10:32:32 2010	(r212651)
@@ -6,7 +6,6 @@ SRCS=	tftpd.c tftp-io.c tftp-utils.c tft
 WARNS=	3
 WFORMAT=0
 MAN=	tftpd.8
-CFLAGS=-g -Wall
 CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp -I${.CURDIR}/../../libexec/tftpd
 .PATH:	${.CURDIR}/../../usr.bin/tftp
 COPTFLAGS = -O


More information about the svn-src-all mailing list