diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-09-01 10:08:04 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-09-01 10:08:04 +0000 |
commit | c35883566f4522a183fa075ad821126964cd6dab (patch) | |
tree | d765719d303d30441d2f3529d956d4280e050897 /lib/libm/Makefile | |
parent | 77daf64523f7aa66ccc09c4fa54f596143b0aa59 (diff) |
remove references to sparc
Diffstat (limited to 'lib/libm/Makefile')
-rw-r--r-- | lib/libm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 951472f38e8..d60b769d138 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.112 2016/05/11 21:52:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.113 2016/09/01 10:08:03 tedu Exp $ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ # # @(#)Makefile 5.1beta 93/09/24 @@ -58,8 +58,6 @@ ARCH_SRCS = e_sqrt.c e_sqrtf.c s_fabsf.c .PATH: ${.CURDIR}/arch/mips64 .elif (${MACHINE_ARCH} == "powerpc") .PATH: ${.CURDIR}/arch/powerpc -.elif (${MACHINE_ARCH} == "sparc") -.PATH: ${.CURDIR}/arch/sparc .elif (${MACHINE_ARCH} == "sparc64") .PATH: ${.CURDIR}/arch/sparc64 ARCH_SRCS = e_sqrtl.c |