From c35883566f4522a183fa075ad821126964cd6dab Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 1 Sep 2016 10:08:04 +0000 Subject: remove references to sparc --- lib/libm/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libm/Makefile') 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 -- cgit v1.2.3