diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-05-18 08:34:18 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-05-18 08:34:18 +0000 |
commit | 7ba46a0c9c294df9dec8624afb5d0cb1d7006bdb (patch) | |
tree | f83c970d5b9cd1caa633354a4adcc076f4b4b9b5 /lib/libkeynote | |
parent | d394946459ff085eab94b4072298f33f09e50d7d (diff) |
Oops, typo.
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 |