From 4d307e631d995c498019fc7a56bd53d4f9e77c60 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 1 Mar 2002 17:30:01 +0000 Subject: [PATCH] *sigh* while the last commit made GCC 3.1 happy, it upset GCC 2.95. back out last commit to un-break world. --- libexec/lukemftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index dc65054f94e..a96916d3cff 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