From ce7704b6101ae79fc5b45dc655f288b13f0a536b Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Thu, 23 Sep 2010 10:03:03 +0000 Subject: [PATCH] Remove an explicit assignment of the CFLAGS variable intended for debugging purposes only. MFC after: 3 days --- usr.bin/tftp/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index 9be599a607e..129746978eb 100644 --- a/usr.bin/tftp/Makefile +++ b/usr.bin/tftp/Makefile @@ -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