summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-05-16 04:23:54 +0000
committercpiazza <cpiazza@FreeBSD.org>2000-05-16 04:23:54 +0000
commit7dfe31785979cb277ff919fbabcc46201379c829 (patch)
tree055e4db9c968c328bf01ccd9394429056e8fdf6b /usr.bin/ftp
parentba14a43fa08d4340f2df0c9baa1b0a0a36d88925 (diff)
downloadFreeBSD-src-7dfe31785979cb277ff919fbabcc46201379c829.zip
FreeBSD-src-7dfe31785979cb277ff919fbabcc46201379c829.tar.gz
Remove addition of -g to CFLAGS
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r--usr.bin/ftp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index b5a59cc..6a3e506 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -10,7 +10,7 @@ PROG= ftp
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
util.c
-CFLAGS+=-DINET6 -g
+CFLAGS+=-DINET6
LDADD+= -ledit -ltermcap
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
OpenPOWER on IntegriCloud