diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-30 06:38:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-30 06:38:48 +0000 |
commit | 22c99bcd0d1aacbc678f4a711ffe6a55178e6c28 (patch) | |
tree | fc5a38e208ec108f56afffc16f05c640e740cc20 /lib/libkeynote/Makefile | |
parent | c18d4a3d864d24448fec6853ae70834f8dae3a40 (diff) |
for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;
ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
Diffstat (limited to 'lib/libkeynote/Makefile')
-rw-r--r-- | lib/libkeynote/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/lib/libkeynote/Makefile b/lib/libkeynote/Makefile index 1f1291028e2..6a6b84c84e5 100644 --- a/lib/libkeynote/Makefile +++ b/lib/libkeynote/Makefile @@ -1,20 +1,7 @@ -# $OpenBSD: Makefile,v 1.19 2012/12/21 08:50:27 espie Exp $ +# $OpenBSD: Makefile,v 1.20 2016/03/30 06:38:42 jmc Exp $ LIB= keynote MAN= keynote.3 keynote.4 keynote.5 -MLINKS= keynote.3 kn_init.3 keynote.3 kn_add_assertion.3 \ - keynote.3 kn_remove_assertion.3 keynote.3 kn_add_action.3 \ - keynote.3 kn_remove_action.3 keynote.3 kn_add_authorizer.3 \ - keynote.3 kn_remove_authorizer.3 keynote.3 kn_do_query.3 \ - keynote.3 kn_get_failed.3 keynote.3 kn_cleanup_action_environment.3 \ - keynote.3 kn_close.3 keynote.3 kn_query.3 keynote.3 \ - kn_read_asserts.3 keynote.3 kn_keycompare.3 keynote.3 \ - kn_get_authorizer.3 keynote.3 kn_get_licensees.3 keynote.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 \ - keynote.3 kn_free_key.3 keynote.3 kn_get_string.3 NOPIC= CFLAGS+= -Wall -I. -I${.CURDIR} LEXFLAGS = -Cr -Pkn -s -i |