Remove a GCC-specific command-line option. We should be using WARNS=n
for this stuff.
This commit is contained in:
parent
103efc95e8
commit
f2ed975453
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user