summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-01 12:52:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-01 12:52:19 +0000
commit9d7ec25de44b5d2c6589de45ea8fb5cde1bbd21c (patch)
tree5ee715cc374bf59b0b20c66a795e3ee96d913f36
parent2e7a277d1de3a6d9d4362a7738c3dfdf815db67a (diff)
use strcat.S instead of strcat.c
-rw-r--r--lib/libc/arch/m68k/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/m68k/Makefile.inc b/lib/libc/arch/m68k/Makefile.inc
index 948f952bb2e..f9f8b76c088 100644
--- a/lib/libc/arch/m68k/Makefile.inc
+++ b/lib/libc/arch/m68k/Makefile.inc
@@ -1,5 +1,5 @@
-# $Id: Makefile.inc,v 1.1 1995/10/18 08:41:27 deraadt Exp $
+# $Id: Makefile.inc,v 1.2 1996/05/01 12:52:18 deraadt Exp $
KMINCLUDES= arch/m68k/DEFS.h arch/m68k/SYS.h
-KMSRCS= bcmp.S bzero.S ffs.S strcat.c strcmp.S strcpy.S strlen.S strncmp.S \
+KMSRCS= bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S strncmp.S \
strncpy.S htonl.S htons.S ntohl.S ntohs.S