summaryrefslogtreecommitdiffstats
path: root/libexec/lukemftpd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-01 17:30:01 +0000
committerobrien <obrien@FreeBSD.org>2002-03-01 17:30:01 +0000
commit63cb65a36e1171ee85e7e18aa5e88fb3e3db2f53 (patch)
treed05aaad9137ab9967a8f768e628368e3204774df /libexec/lukemftpd
parente78596f3c3430a87a87c528e909175b50a14a5f9 (diff)
downloadFreeBSD-src-63cb65a36e1171ee85e7e18aa5e88fb3e3db2f53.zip
FreeBSD-src-63cb65a36e1171ee85e7e18aa5e88fb3e3db2f53.tar.gz
*sigh* while the last commit made GCC 3.1 happy, it upset GCC 2.95.
back out last commit to un-break world.
Diffstat (limited to 'libexec/lukemftpd')
-rw-r--r--libexec/lukemftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile
index dc65054..a96916d 100644
--- a/libexec/lukemftpd/Makefile
+++ b/libexec/lukemftpd/Makefile
@@ -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
OpenPOWER on IntegriCloud