summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/Makefile
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-09-23 10:03:03 +0000
committermarius <marius@FreeBSD.org>2010-09-23 10:03:03 +0000
commitf75a3878d8d391bc700504b8891ae9d7171b16dc (patch)
treee0da62376112cd22b9df98908161036cff9f83cd /usr.bin/tftp/Makefile
parent119aa425ee2a4249ec341d6e441a94050b17cfd0 (diff)
downloadFreeBSD-src-f75a3878d8d391bc700504b8891ae9d7171b16dc.zip
FreeBSD-src-f75a3878d8d391bc700504b8891ae9d7171b16dc.tar.gz
Remove an explicit assignment of the CFLAGS variable intended for
debugging purposes only. MFC after: 3 days
Diffstat (limited to 'usr.bin/tftp/Makefile')
-rw-r--r--usr.bin/tftp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile
index 9be599a..1297469 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
OpenPOWER on IntegriCloud