diff options
-rw-r--r-- | lib/libarch/alpha/Makefile | 20 | ||||
-rw-r--r-- | lib/libarch/alpha/inb.2 (renamed from lib/libarch/alpha/libalpha.2) | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/lib/libarch/alpha/Makefile b/lib/libarch/alpha/Makefile index 0b116bd6c74..18eff33c26c 100644 --- a/lib/libarch/alpha/Makefile +++ b/lib/libarch/alpha/Makefile @@ -1,15 +1,15 @@ # $FreeBSD: src/lib/libio/Makefile,v 1.2 1999/08/28 00:04:42 peter Exp $ -# $OpenBSD: Makefile,v 1.6 2002/07/12 22:22:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2002/07/12 22:30:25 deraadt Exp $ -MAN= libalpha.2 -MLINKS+= libalpha.2 dense_base.2 libalpha.2 inb.2 \ - libalpha.2 inl.2 libalpha.2 inw.2 \ - libalpha.2 ioperm.2 libalpha.2 map_memory.2 \ - libalpha.2 outb.2 libalpha.2 outl.2 \ - libalpha.2 outw.2 libalpha.2 readb.2 \ - libalpha.2 readl.2 libalpha.2 readw.2 \ - libalpha.2 unmap_memory.2 libalpha.2 writeb.2 \ - libalpha.2 writel.2 libalpha.2 writew.2 +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/alpha/libalpha.2 b/lib/libarch/alpha/inb.2 index f8006e19293..0de8c512cbb 100644 --- a/lib/libarch/alpha/libalpha.2 +++ b/lib/libarch/alpha/inb.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: libalpha.2,v 1.1 2002/07/07 14:24:04 matthieu Exp $ +.\" $OpenBSD: inb.2,v 1.1 2002/07/12 22:30:25 deraadt Exp $ .\" .\" Copyright (c) 2002 Matthieu Herrb .\" All rights reserved. |