*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:
David E. O'Brien 2002-03-01 17:30:01 +00:00
parent fe7f645981
commit 4d307e631d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91534

View File

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