diff options
author | 1999-08-14 20:36:07 +0000 | |
---|---|---|
committer | 1999-08-14 20:36:07 +0000 | |
commit | 5050e7d2fd8076e509c17d4cf268221c512706c2 (patch) | |
tree | 9f91c6fe472af446eb3db28fd16159a7a093a49d | |
parent | note support for ASIX 88140A/88141-based PCI Ethernet adapters (diff) | |
download | wireguard-openbsd-5050e7d2fd8076e509c17d4cf268221c512706c2.tar.xz wireguard-openbsd-5050e7d2fd8076e509c17d4cf268221c512706c2.zip |
Missing -I/usr/include/ssl, evanc@concer.to
-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 de759e31b85..c653d83d049 100644 --- a/usr.bin/keynote/Makefile +++ b/usr.bin/keynote/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1999/05/31 20:08:52 angelos Exp $ +# $OpenBSD: Makefile,v 1.6 1999/08/14 20:36:07 angelos Exp $ PROG= keynote @@ -10,7 +10,7 @@ LDADD= -lkeynote -lm -lcrypto MAN= keynote.1 CLEANFILES+= lex.kv.c z.tab.c z.tab.h -CFLAGS+= -Wall -DCRYPTO -I. -I${.CURDIR} +CFLAGS+= -Wall -DCRYPTO -I. -I${.CURDIR} -I/usr/include/ssl LEXFLAGS2 = -Pkv -s -i YACCFLAGS2 = -d -p kv -b z |