summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-06-28 10:36:14 +0000
committermarkm <markm@FreeBSD.org>2002-06-28 10:36:14 +0000
commiteaea972b2521259dbe03a285a62e832eb4387d05 (patch)
tree954eea7cfe0e335acaca8ba76de6ac7396d81df7 /libexec/ftpd
parentc4dd2bd45f996c6de6b375662b9a30d8d6bf9812 (diff)
downloadFreeBSD-src-eaea972b2521259dbe03a285a62e832eb4387d05.zip
FreeBSD-src-eaea972b2521259dbe03a285a62e832eb4387d05.tar.gz
Remove a GCC-specific command-line option. We should be using WARNS=n
for this stuff.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 83605de..c84b38e 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -5,7 +5,7 @@ PROG= ftpd
MAN= ftpd.8
SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c
-CFLAGS+=-DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall
+CFLAGS+=-DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING
CFLAGS+=-DINET6
CFLAGS+=-I${.CURDIR}
YFLAGS=
OpenPOWER on IntegriCloud