summaryrefslogtreecommitdiff
path: root/lib/libarch
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 /lib/libarch
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 'lib/libarch')
-rw-r--r--lib/libarch/alpha/Makefile10
-rw-r--r--lib/libarch/amd64/Makefile3
-rw-r--r--lib/libarch/i386/Makefile4
-rw-r--r--lib/libarch/mips64/Makefile3
4 files changed, 4 insertions, 16 deletions
diff --git a/lib/libarch/alpha/Makefile b/lib/libarch/alpha/Makefile
index c2a4d2bed4e..fac8feca2ce 100644
--- a/lib/libarch/alpha/Makefile
+++ b/lib/libarch/alpha/Makefile
@@ -1,15 +1,7 @@
# $FreeBSD: src/lib/libio/Makefile,v 1.2 1999/08/28 00:04:42 peter Exp $
-# $OpenBSD: Makefile,v 1.8 2015/05/30 19:53:02 miod Exp $
+# $OpenBSD: Makefile,v 1.9 2016/03/30 06:38:40 jmc Exp $
MAN= inb.2
-MLINKS+= inb.2 dense_base.2 \
- inb.2 inl.2 inb.2 inw.2 \
- inb.2 ioperm.2 inb.2 map_memory.2 \
- inb.2 outb.2 inb.2 outl.2 \
- inb.2 outw.2 inb.2 readb.2 \
- inb.2 readl.2 inb.2 readw.2 \
- inb.2 unmap_memory.2 inb.2 writeb.2 \
- inb.2 writel.2 inb.2 writew.2
MANSUBDIR=alpha
.if ${MACHINE} == "alpha"
diff --git a/lib/libarch/amd64/Makefile b/lib/libarch/amd64/Makefile
index d6e249cdb2a..1e8a5286818 100644
--- a/lib/libarch/amd64/Makefile
+++ b/lib/libarch/amd64/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.12 2014/07/16 20:02:17 okan Exp $
+# $OpenBSD: Makefile,v 1.13 2016/03/30 06:38:41 jmc Exp $
# $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $
MANSUBDIR=amd64
MAN+= amd64_iopl.2 amd64_get_fsbase.2
-MLINKS+=amd64_get_fsbase.2 amd64_set_fsbase.2
.if ${MACHINE_ARCH} == "amd64"
.PATH: ${LIBC}/amd64
diff --git a/lib/libarch/i386/Makefile b/lib/libarch/i386/Makefile
index 0a1aa651f61..331aca20597 100644
--- a/lib/libarch/i386/Makefile
+++ b/lib/libarch/i386/Makefile
@@ -1,11 +1,9 @@
-# $OpenBSD: Makefile,v 1.9 2016/03/24 04:56:08 guenther Exp $
+# $OpenBSD: Makefile,v 1.10 2016/03/30 06:38:41 jmc Exp $
# $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $
MAN+= i386_get_fsbase.2 i386_get_gsbase.2 \
i386_iopl.2 i386_vm86.2
MANSUBDIR=i386
-MLINKS+=i386_get_fsbase.2 i386_set_fsbase.2 \
- i386_get_gsbase.2 i386_set_gsbase.2
.if ${MACHINE} == "i386"
.PATH: ${LIBC}/i386
diff --git a/lib/libarch/mips64/Makefile b/lib/libarch/mips64/Makefile
index 027fb68abfa..4de57ef0da9 100644
--- a/lib/libarch/mips64/Makefile
+++ b/lib/libarch/mips64/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.3 2010/09/24 13:54:05 miod Exp $
+# $OpenBSD: Makefile,v 1.4 2016/03/30 06:38:41 jmc Exp $
MAN= cacheflush.3 get_fpc_csr.3
-MLINKS= get_fpc_csr.3 set_fpc_csr.3
MANSUBDIR= loongson sgi
#.if ${MACHINE_CPU} == "mips64"