summaryrefslogtreecommitdiff
path: root/lib/libm/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-09-22 04:56:11 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-09-22 04:56:11 +0000
commit6cd47185b095fa022d3d52f071e7190a4b6699b6 (patch)
treebd3de479c5f66b30d04cd66a7de7948ec4acbab2 /lib/libm/Makefile
parent6bafec38fb7e734c3523e333232e5eecf1b6eba1 (diff)
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/Makefile')
-rw-r--r--lib/libm/Makefile6
1 files changed, 4 insertions, 2 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") || \