diff options
Diffstat (limited to 'lib/libkeynote')
-rw-r--r-- | lib/libkeynote/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkeynote/Makefile b/lib/libkeynote/Makefile index 7538b2163ac..34ca91a5118 100644 --- a/lib/libkeynote/Makefile +++ b/lib/libkeynote/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2000/05/18 08:31:02 angelos Exp $ +# $OpenBSD: Makefile,v 1.13 2000/05/18 08:34:17 angelos Exp $ LIB= keynote MAN= keynote.3 keynote.4 keynote.5 @@ -13,8 +13,8 @@ MLINKS= keynote.3 kn_init.3 keynote.3 kn_add_assertion.3 \ kn_encode_base64.3 keynote.3 kn_decode_base64.3 keynote.3 \ kn_encode_hex.3 keynote.3 kn_decode_hex.3 keynote.3 \ kn_encode_key.3 keynote.3 kn_decode_key.3 keynote.3 \ - kn_sign_assertion.3 keynote.3 kn_verify_assertion.3 kn_free_key\ - kn_get_string + kn_sign_assertion.3 keynote.3 kn_verify_assertion.3 kn_free_key.3\ + kn_get_string.3 NOPIC= CFLAGS+= -Wall -DCRYPTO -DHAVE_CONFIG_H -I. -I${.CURDIR} LEXFLAGS = -Cr -Pkn -s -i |