aboutsummaryrefslogtreecommitdiff
path: root/sbin/setkey
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 /sbin/setkey
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 'sbin/setkey')
-rw-r--r--sbin/setkey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile
index 8feb0a66e6b5..3caf739cb1a6 100644
--- a/sbin/setkey/Makefile
+++ b/sbin/setkey/Makefile
@@ -29,7 +29,7 @@
PROG= setkey
SRCS= setkey.c parse.y token.l
CFLAGS+=-g
-CFLAGS+=-I${.CURDIR}/../../lib/libipsec
+CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../lib/libipsec
DPADD= ${LIBL} ${LIBY}
LDADD= -ll -ly
CLEANFILES+= y.tab.c y.tab.h key_test.o keytest