mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
*sigh* while the last commit made GCC 3.1 happy, it upset GCC 2.95.
back out last commit to un-break world.
This commit is contained in:
parent
fe7f645981
commit
4d307e631d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ MAN= lukemftpd.8 ftpd.conf.5 ftpusers.5
|
|||
SRCS= cmds.c conf.c ftpd.c ftpcmd.y popen.c
|
||||
|
||||
WFORMAT= 0
|
||||
CFLAGS+= -I${.CURDIR} -I${LUKEMFTPD} -I${LUKEMFTPD}/src
|
||||
CFLAGS+= -I${.CURDIR} -I${LUKEMFTPD} #-I${LUKEMFTPD}/src
|
||||
YFLAGS=
|
||||
|
||||
LDADD= -lmd -lcrypt -lutil
|
||||
|
|
|
|||
Loading…
Reference in a new issue