diff options
author | 2011-09-22 04:56:09 +0000 | |
---|---|---|
committer | 2011-09-22 04:56:09 +0000 | |
commit | b3f309d277c65df7483bf6e75dba0ab91ed8ea5b (patch) | |
tree | 5f5de32b5ca6e46295fe217bc5ebb80e671bd245 /lib/libm | |
parent | Return the correct errno (EBUSY) when pthread_mutex_trylock() is (diff) | |
download | wireguard-openbsd-b3f309d277c65df7483bf6e75dba0ab91ed8ea5b.tar.xz wireguard-openbsd-b3f309d277c65df7483bf6e75dba0ab91ed8ea5b.zip |
install infnan(3/VAX) into man3/vax/ on all archs;
clean make build tested on i386;
ok deraadt@, no objections from martynas@
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/Makefile | 6 | ||||
-rw-r--r-- | lib/libm/man/Makefile | 7 | ||||
-rw-r--r-- | lib/libm/man/infnan.3 | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index be71bea7260..c4e4f78701e 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.97 2011/08/19 15:44:36 kettenis Exp $ +# $OpenBSD: Makefile,v 1.98 2011/09/22 04:56:09 schwarze Exp $ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ # # @(#)Makefile 5.1beta 93/09/24 @@ -12,6 +12,9 @@ # is preserved. # ==================================================== +# SUBDIR is only used to install the infnan(3/VAX) manual page. +SUBDIR = man + .if (${MACHINE_ARCH} == "alpha") .PATH: ${.CURDIR}/arch/alpha ARCH_SRCS = s_copysign.S s_copysignf.S @@ -156,7 +159,6 @@ NOIEEE_SRCS = n_acosh.c n_argred.c n_asincos.c n_asinh.c n_atan.c \ .if (${MACHINE_ARCH} == "vax") SRCS= ${NOIEEE_SRCS} ${NOIEEE_ARCH} -MAN+= infnan.3 .else SRCS= ${COMMON_SRCS} .if (${MACHINE_ARCH} == "amd64") || (${MACHINE_ARCH} == "i386") || \ diff --git a/lib/libm/man/Makefile b/lib/libm/man/Makefile new file mode 100644 index 00000000000..9c942c3c9d1 --- /dev/null +++ b/lib/libm/man/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2011/09/22 04:56:09 schwarze Exp $ +# Written by Ingo Schwarze <schwarze@openbsd.org> 2011; public domain. + +MANSUBDIR = vax +MAN = infnan.3 + +.include <bsd.prog.mk> diff --git a/lib/libm/man/infnan.3 b/lib/libm/man/infnan.3 index df4726aae75..1ca31cd9518 100644 --- a/lib/libm/man/infnan.3 +++ b/lib/libm/man/infnan.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: infnan.3,v 1.13 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: infnan.3,v 1.14 2011/09/22 04:56:09 schwarze Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,8 +29,8 @@ .\" .\" @(#)infnan.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: September 3 2011 $ -.Dt INFNAN 3 +.Dd $Mdocdate: September 22 2011 $ +.Dt INFNAN 3 vax .Os .Sh NAME .Nm infnan |