summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-16 14:18:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-16 14:18:01 +0000
commit1476c6f1583741fe0c89585ffb0065abfe371059 (patch)
tree96c8a70f6c6e40d90bbdf7a50691ca402812622d
parentee741905f2a4ed58659287faf98610e9bfae4413 (diff)
i386 subdir; wilfried@commentor.se
-rw-r--r--share/man/man9/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 87f1250c0e4..836a43401fd 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.24 2000/10/10 13:40:45 itojun Exp $
+# $OpenBSD: Makefile,v 1.25 2000/10/16 14:18:00 deraadt Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -54,4 +54,6 @@ MLINKS+=vm_map_copy.9 vm_copy.9
MLINKS+=vm_map_inherit.9 vm_inherit.9
MLINKS+=vm_map_protect.9 vm_protect.9
+SUBDIR= man9.i386
+
.include <bsd.prog.mk>