Remove a GCC-specific command-line option. We should be using WARNS=n

for this stuff.
This commit is contained in:
Mark Murray 2002-06-28 10:36:14 +00:00
parent 103efc95e8
commit f2ed975453
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98973

View File

@ -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=