summaryrefslogtreecommitdiffstats
path: root/libexec/tftpd
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-09-15 10:32:32 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-09-15 10:32:32 +0000
commite6e37d7e7dff8b4f6d00909c7f7a7fdceb4adbe7 (patch)
tree25e3b83673e4118a659a5d2f77a0ce2ccf3e47f4 /libexec/tftpd
parent65a73d5f0bc196813f74ef8c29064264eb2b1b1b (diff)
downloadFreeBSD-src-e6e37d7e7dff8b4f6d00909c7f7a7fdceb4adbe7.zip
FreeBSD-src-e6e37d7e7dff8b4f6d00909c7f7a7fdceb4adbe7.tar.gz
Remove an explicit assignment of the CFLAGS variable intended for
debugging purposes only.
Diffstat (limited to 'libexec/tftpd')
-rw-r--r--libexec/tftpd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile
index b9db2a9..656f5bd 100644
--- a/libexec/tftpd/Makefile
+++ b/libexec/tftpd/Makefile
@@ -6,7 +6,6 @@ SRCS= tftpd.c tftp-io.c tftp-utils.c tftp-file.c tftp-transfer.c tftp-options.c
WARNS= 3
WFORMAT=0
MAN= tftpd.8
-CFLAGS=-g -Wall
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp -I${.CURDIR}/../../libexec/tftpd
.PATH: ${.CURDIR}/../../usr.bin/tftp
COPTFLAGS = -O
OpenPOWER on IntegriCloud