summaryrefslogtreecommitdiff
path: root/libexec/login_token
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-03-30 06:38:48 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-03-30 06:38:48 +0000
commit22c99bcd0d1aacbc678f4a711ffe6a55178e6c28 (patch)
treefc5a38e208ec108f56afffc16f05c640e740cc20 /libexec/login_token
parentc18d4a3d864d24448fec6853ae70834f8dae3a40 (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 'libexec/login_token')
-rw-r--r--libexec/login_token/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/libexec/login_token/Makefile b/libexec/login_token/Makefile
index 5363d5517b3..f7f88b6493d 100644
--- a/libexec/login_token/Makefile
+++ b/libexec/login_token/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2010/10/15 10:18:42 jsg Exp $
+# $OpenBSD: Makefile,v 1.6 2016/03/30 06:38:43 jmc Exp $
PROG= login_token
SRCS= login_token.c init.c token.c tokendb.c
@@ -8,10 +8,6 @@ LDADD= -lcrypto
TOKENS= activ crypto snk
-MLINKS= login_token.8 login_activ.8
-MLINKS+=login_token.8 login_crypto.8
-MLINKS+=login_token.8 login_snk.8
-
afterinstall:
for i in ${TOKENS} ; do \
cd ${DESTDIR}${BINDIR} && \