summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sparc64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-06-09 20:47:12 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-06-09 20:47:12 +0000
commit3b39a62aa030ee9046f6e6f139be1cf28bfe7d8c (patch)
tree12406a7282cb56f5af16659144d0d657fe83da5f /lib/libc/arch/sparc64
parenta217d2c7d801858bd559939962d02c1462d48bbc (diff)
Nuke the machinery to sync libkern with libc, it's not been used in the
last 15 years and there is no point to use it in the future. From Jean-Philippe Ouellet
Diffstat (limited to 'lib/libc/arch/sparc64')
-rw-r--r--lib/libc/arch/sparc64/Makefile.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/arch/sparc64/Makefile.inc b/lib/libc/arch/sparc64/Makefile.inc
index fd49eda49ee..f2d9c07ddf7 100644
--- a/lib/libc/arch/sparc64/Makefile.inc
+++ b/lib/libc/arch/sparc64/Makefile.inc
@@ -1,9 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.3 2003/07/21 18:50:11 jason Exp $
-
-KMINCLUDES= arch/sparc64/SYS.h
-KMSRCS= ffs.S strlen.S htonl.S htons.S \
- ntohl.S ntohs.S divrem.m4 \
- _setjmp.S mul.S saveregs.S setjmp.S umul.S
+# $OpenBSD: Makefile.inc,v 1.4 2014/06/09 20:47:11 miod Exp $
# `source' files built from m4 source
# the name `div.o' is taken for the ANSI C `div' function, hence sdiv here