artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da704da
)
use strcat.S instead of strcat.c
author
deraadt
<deraadt@openbsd.org>
Wed, 1 May 1996 12:52:18 +0000
(12:52 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 1 May 1996 12:52:18 +0000
(12:52 +0000)
lib/libc/arch/m68k/Makefile.inc
patch
|
blob
|
history
diff --git
a/lib/libc/arch/m68k/Makefile.inc
b/lib/libc/arch/m68k/Makefile.inc
index
a39de2a
..
f9f8b76
100644
(file)
--- a/
lib/libc/arch/m68k/Makefile.inc
+++ b/
lib/libc/arch/m68k/Makefile.inc
@@
-1,5
+1,5
@@
-# $Id: Makefile.inc,v 1.
1.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