diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-05-18 08:35:37 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-05-18 08:35:37 +0000 |
commit | dab91ddcc0bb28dd16e685932105704174698e2d (patch) | |
tree | ae1da5b7572f4f6552e18a1ef48fe8df3871c009 /lib/libkeynote | |
parent | 7ba46a0c9c294df9dec8624afb5d0cb1d7006bdb (diff) |
Grrr...typo'ed on the typo correction...I'll call it a day (or night).
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 34ca91a5118..5157832c0c4 100644 --- a/lib/libkeynote/Makefile +++ b/lib/libkeynote/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2000/05/18 08:34:17 angelos Exp $ +# $OpenBSD: Makefile,v 1.14 2000/05/18 08:35:36 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.3\ - kn_get_string.3 + kn_sign_assertion.3 keynote.3 kn_verify_assertion.3 \ + keynote.3 kn_free_key.3 keynote.3 kn_get_string.3 NOPIC= CFLAGS+= -Wall -DCRYPTO -DHAVE_CONFIG_H -I. -I${.CURDIR} LEXFLAGS = -Cr -Pkn -s -i |