aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-06-28 10:36:14 +0000
committerMark Murray <markm@FreeBSD.org>2002-06-28 10:36:14 +0000
commitf2ed975453caa895a8afd5287506bb6c1cd40f9d (patch)
tree954eea7cfe0e335acaca8ba76de6ac7396d81df7 /libexec
parent103efc95e86a86a977c318f68b2658c44451f117 (diff)
downloadsrc-f2ed975453caa895a8afd5287506bb6c1cd40f9d.tar.gz
src-f2ed975453caa895a8afd5287506bb6c1cd40f9d.zip
Remove a GCC-specific command-line option. We should be using WARNS=n
for this stuff.
Notes
Notes: svn path=/head/; revision=98973
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 83605de12166..c84b38edb6f1 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=