From 22c99bcd0d1aacbc678f4a711ffe6a55178e6c28 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 30 Mar 2016 06:38:48 +0000 Subject: 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 --- games/caesar/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/caesar') diff --git a/games/caesar/Makefile b/games/caesar/Makefile index 940dadd428a..2c76910394a 100644 --- a/games/caesar/Makefile +++ b/games/caesar/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2014/07/16 16:56:45 okan Exp $ +# $OpenBSD: Makefile,v 1.7 2016/03/30 06:38:40 jmc Exp $ PROG= caesar MAN= caesar.6 DPADD= ${LIBM} LDADD= -lm -MLINKS= caesar.6 rot13.6 LINKS= ${BINDIR}/caesar ${BINDIR}/rot13 .include -- cgit v1.2.3