diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-01-05 02:55:29 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-01-05 02:55:29 +0000 |
commit | 8d61aed2a3dc86e1ce771f2b5c76dd4a0d91bef4 (patch) | |
tree | df46b65fef3fd2c64a79b3c13d83d3af8edcfca1 /usr.bin/keynote | |
parent | 554ea1a4bf9e80c4a3c17b2af21b3672ca36ea02 (diff) |
include path fixes for gcc3.
tests otto@, okay millert@
Diffstat (limited to 'usr.bin/keynote')
-rw-r--r-- | usr.bin/keynote/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/keynote/Makefile b/usr.bin/keynote/Makefile index 3610ddd2f72..eaf82d155d1 100644 --- a/usr.bin/keynote/Makefile +++ b/usr.bin/keynote/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2002/05/11 00:20:20 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2004/01/05 02:55:28 espie Exp $ PROG= keynote SRCS= keynote-sign.c keynote-keygen.c keynote-sigver.c keynote-verify.c \ keynote-main.c z.tab.c lex.kv.c -CFLAGS+= -Wall -DCRYPTO -DHAVE_CONFIG_H -I. -I${.CURDIR} +CFLAGS+= -Wall -DCRYPTO -DHAVE_CONFIG_H -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libkeynote LEXFLAGS2= -Pkv -s -i YACCFLAGS2= -d -p kv -b z DPADD= ${LIBKEYNOTE} ${LIBM} ${LIBCRYPTO} |