mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove an explicit assignment of the CFLAGS variable intended for
debugging purposes only. MFC after: 3 days
This commit is contained in:
parent
68e53e7549
commit
ce7704b610
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue