diff options
author | marius <marius@FreeBSD.org> | 2010-09-23 10:03:03 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2010-09-23 10:03:03 +0000 |
commit | f75a3878d8d391bc700504b8891ae9d7171b16dc (patch) | |
tree | e0da62376112cd22b9df98908161036cff9f83cd /usr.bin | |
parent | 119aa425ee2a4249ec341d6e441a94050b17cfd0 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.bin/tftp/Makefile | 1 |
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 |