aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-01 09:39:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-01 09:39:28 +0000
commit2c5569d6ff9853d2776746d27848421f8432d704 (patch)
tree3d6a75eed1f7b78bdfbdd1d139f89bc4e35e959e /libexec/ftpd
parentde17efd5b3eb83e827cb95767cd31d7196e4f02a (diff)
downloadsrc-2c5569d6ff9853d2776746d27848421f8432d704.tar.gz
src-2c5569d6ff9853d2776746d27848421f8432d704.zip
The GCC 2.96 snapshots have slightly different rules for finding include
files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
Notes
Notes: svn path=/head/; revision=69453
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 09ef0e22fafc..89d230d1a9b6 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -7,6 +7,7 @@ SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c skey-stuff.c
CFLAGS+=-DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall
CFLAGS+=-DINET6
+CFLAGS+=-I${.CURDIR}
YFLAGS=
LDADD= -lskey -lmd -lcrypt -lutil