svn commit: r213053 - head/usr.bin/tftp

Marius Strobl marius at FreeBSD.org
Thu Sep 23 10:03:03 UTC 2010


Author: marius
Date: Thu Sep 23 10:03:03 2010
New Revision: 213053
URL: http://svn.freebsd.org/changeset/base/213053

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

Modified:
  head/usr.bin/tftp/Makefile

Modified: head/usr.bin/tftp/Makefile
==============================================================================
--- head/usr.bin/tftp/Makefile	Thu Sep 23 09:56:02 2010	(r213052)
+++ head/usr.bin/tftp/Makefile	Thu Sep 23 10:03:03 2010	(r213053)
@@ -1,7 +1,6 @@
 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
 # $FreeBSD$
 
-CFLAGS=-g -Wall
 WARNS=	3
 PROG=	tftp
 SRCS=	main.c tftp.c tftp-utils.c tftp-io.c tftp-file.c tftp-transfer.c tftp-options.c


More information about the svn-src-all mailing list