Author: rpaulo Date: Wed Sep 15 10:32:32 2010 New Revision: 212651 URL: http://svn.freebsd.org/changeset/base/212651
Log: Remove an explicit assignment of the CFLAGS variable intended for debugging purposes only. Modified: head/libexec/tftpd/Makefile Modified: head/libexec/tftpd/Makefile ============================================================================== --- head/libexec/tftpd/Makefile Wed Sep 15 10:31:27 2010 (r212650) +++ head/libexec/tftpd/Makefile Wed Sep 15 10:32:32 2010 (r212651) @@ -6,7 +6,6 @@ SRCS= tftpd.c tftp-io.c tftp-utils.c tft 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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"