mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 03:11:52 +01:00
Remove a GCC-specific command-line option. We should be using WARNS=n
for this stuff.
This commit is contained in:
parent
c4dd2bd45f
commit
eaea972b25
@ -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=
|
||||||
|
Loading…
Reference in New Issue
Block a user