From 46f27ab47e2ccf7cefc24cdb19b57351139f60c5 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 28 Feb 2002 23:12:44 +0000 Subject: CPP v3.1 has different rules for processing #lines directives. This sometimes causes fewer directories to be searched for includes. Thus we have to be more explicit in our search list. Pointy at to: GCC 3.1 --- libexec/lukemftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/lukemftpd') diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index 4da1835..dc65054 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} +CFLAGS+= -I${.CURDIR} -I${LUKEMFTPD} -I${LUKEMFTPD}/src YFLAGS= LDADD= -lmd -lcrypt -lutil -- cgit v1.1