Remove an explicit assignment of the CFLAGS variable intended for

debugging purposes only.

MFC after:	3 days
This commit is contained in:
Marius Strobl 2010-09-23 10:03:03 +00:00
parent 68e53e7549
commit ce7704b610
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213053

View File

@ -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