From 7ed09cd53578ec7c31da1d188056e41a90127593 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Wed, 15 Sep 2010 10:32:32 +0000 Subject: [PATCH] Remove an explicit assignment of the CFLAGS variable intended for debugging purposes only. --- libexec/tftpd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index b9db2a9e0ae..656f5bda956 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