summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokeninit
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-03-30 06:38:40 +0000
committerjmc <jmc@openbsd.org>2016-03-30 06:38:40 +0000
commitfaa33665ab2c5a685369c10172c1a3d7555eb253 (patch)
treedb73fb627d975e66d5b679bd8305f43a980a9efc /usr.sbin/tokeninit
parentsync (diff)
downloadwireguard-openbsd-faa33665ab2c5a685369c10172c1a3d7555eb253.tar.xz
wireguard-openbsd-faa33665ab2c5a685369c10172c1a3d7555eb253.zip
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 'usr.sbin/tokeninit')
-rw-r--r--usr.sbin/tokeninit/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/tokeninit/Makefile b/usr.sbin/tokeninit/Makefile
index 9aa5f44c859..b7762e1b348 100644
--- a/usr.sbin/tokeninit/Makefile
+++ b/usr.sbin/tokeninit/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2010/10/15 10:18:42 jsg Exp $
+# $OpenBSD: Makefile,v 1.4 2016/03/30 06:38:47 jmc Exp $
PROG= tokeninit
SRCS= tokeninit.c init.c token.c tokendb.c
@@ -11,10 +11,6 @@ CFLAGS+=-I${.CURDIR}/../../libexec/login_token
TOKENS= activ crypto snk
-MLINKS= tokeninit.8 activinit.8
-MLINKS+=tokeninit.8 cryptoinit.8
-MLINKS+=tokeninit.8 snkinit.8
-
BINMODE=500
afterinstall: