diff options
author | 1999-07-09 19:28:31 +0000 | |
---|---|---|
committer | 1999-07-09 19:28:31 +0000 | |
commit | af1da52495ffb07d27ac4162b66f41768456ea61 (patch) | |
tree | a4fc57c3b28c89af3b6dcd7ebd9a1d512f290c7d /lib/libarch | |
parent | Fixup for link (diff) | |
download | wireguard-openbsd-af1da52495ffb07d27ac4162b66f41768456ea61.tar.xz wireguard-openbsd-af1da52495ffb07d27ac4162b66f41768456ea61.zip |
i386 man pages in cat2/i386/
Diffstat (limited to 'lib/libarch')
-rw-r--r-- | lib/libarch/i386/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |