diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-01 01:55:43 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-01 01:55:43 +0000 |
commit | 21f72b0b66ec9c8bbb3eb3b5f3448a7ad22ea7ee (patch) | |
tree | bee723c39d435b2fdf580abe1afab51d0d2ca27a | |
parent | 777f1af928213adc8d8503e3f91fae846f4c5138 (diff) |
set NOPIC
-rw-r--r-- | lib/libkeynote/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/Makefile b/lib/libkeynote/Makefile index 166adeb1fb0..81a4333ef64 100644 --- a/lib/libkeynote/Makefile +++ b/lib/libkeynote/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 1999/10/01 01:41:32 angelos Exp $ +# $OpenBSD: Makefile,v 1.8 1999/10/01 01:55:42 angelos Exp $ LIB= keynote MAN= keynote.3 keynote.4 - +NOPIC= CFLAGS+= -Wall -DCRYPTO -DHAVE_CONFIG_H -I. -I${.CURDIR} LEXFLAGS = -Cr -Pkn -s -i YACCFLAGS = -d -p kn -b k |