svn commit: r213413 - stable/8/usr.bin/tftp
Marius Strobl
marius at FreeBSD.org
Mon Oct 4 19:39:52 UTC 2010
Author: marius
Date: Mon Oct 4 19:39:51 2010
New Revision: 213413
URL: http://svn.freebsd.org/changeset/base/213413
Log:
MFC: r213053
Remove an explicit assignment of the CFLAGS variable intended for
debugging purposes only.
Modified:
stable/8/usr.bin/tftp/Makefile
Directory Properties:
stable/8/usr.bin/tftp/ (props changed)
Modified: stable/8/usr.bin/tftp/Makefile
==============================================================================
--- stable/8/usr.bin/tftp/Makefile Mon Oct 4 18:16:38 2010 (r213412)
+++ stable/8/usr.bin/tftp/Makefile Mon Oct 4 19:39:51 2010 (r213413)
@@ -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-stable
mailing list