aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-05-16 04:23:54 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-05-16 04:23:54 +0000
commit3797b581a9aceede491ab1808d0dce670e109310 (patch)
tree67f7708ccaa975a921b53fffa21dcc3a317ccb73
parent6b2a5f92baeff2e1cf64bc9968f3ca41a95abb59 (diff)
Notes
-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 b5a59cc8330ed..6a3e506bdeebc 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}