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

for this stuff.
This commit is contained in:
markm 2002-06-28 10:36:14 +00:00
parent c4dd2bd45f
commit eaea972b25

View File

@ -5,7 +5,7 @@ PROG= ftpd
MAN= ftpd.8 MAN= ftpd.8
SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c 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+=-DINET6
CFLAGS+=-I${.CURDIR} CFLAGS+=-I${.CURDIR}
YFLAGS= YFLAGS=