From eaea972b2521259dbe03a285a62e832eb4387d05 Mon Sep 17 00:00:00 2001 From: markm Date: Fri, 28 Jun 2002 10:36:14 +0000 Subject: [PATCH] Remove a GCC-specific command-line option. We should be using WARNS=n for this stuff. --- libexec/ftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=