summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-09 19:28:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-09 19:28:32 +0000
commit5f804591c57bd0cc82133e0c1c46eb40be4b5fd9 (patch)
tree4fc0cd6a8893e1279f04b5007d4e7e444996e1cb
parentef69d889b68bf350339e036c441eda8c6e9d98ce (diff)
i386 man pages in cat2/i386/
-rw-r--r--etc/mtree/4.4BSD.dist11
-rw-r--r--lib/libarch/i386/Makefile3
2 files changed, 11 insertions, 3 deletions
diff --git a/etc/mtree/4.4BSD.dist b/etc/mtree/4.4BSD.dist
index 05787a43a74..108e1652148 100644
--- a/etc/mtree/4.4BSD.dist
+++ b/etc/mtree/4.4BSD.dist
@@ -1,4 +1,4 @@
-# $OpenBSD: 4.4BSD.dist,v 1.75 1999/06/15 05:42:18 millert Exp $
+# $OpenBSD: 4.4BSD.dist,v 1.76 1999/07/09 19:28:31 deraadt Exp $
/set type=dir uname=root gname=wheel mode=0755
# .
@@ -286,8 +286,8 @@ cat1
# ./usr/local/man/cat2
cat2
-# ./usr/local/man/cat2
..
+# ./usr/local/man/cat2
# ./usr/local/man/cat3
cat3
@@ -967,6 +967,13 @@ cat1
# ./usr/share/man/cat2
cat2
+
+# ./usr/share/man/cat2/i386
+i386
+
+# ./usr/share/man/cat2/i386
+..
+
# ./usr/share/man/cat2
..
diff --git a/lib/libarch/i386/Makefile b/lib/libarch/i386/Makefile
index 1700bbcc81f..c7461033b76 100644
--- a/lib/libarch/i386/Makefile
+++ b/lib/libarch/i386/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 1996/03/19 23:14:56 niklas Exp $
+# $OpenBSD: Makefile,v 1.2 1999/07/09 19:28:31 deraadt Exp $
# $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $
.PATH: ${LIBC}/i386
@@ -11,6 +11,7 @@ MAN+= i386_get_ldt.2 \
i386_iopl.2 i386_get_ioperm.2 \
i386_vm86.2
+MANSUBDIR=/i386
MLINKS+=i386_get_ldt.2 i386_set_ldt.2 \
i386_get_ioperm.2 i386_set_ioperm.2