Remove comment-outed garbage.
This commit is contained in:
parent
3db564a92c
commit
780da3acaa
|
@ -1,15 +1,7 @@
|
||||||
# $NetBSD: Makefile.inc,v 1.1 2022/05/30 15:06:55 rin Exp $
|
# $NetBSD: Makefile.inc,v 1.2 2022/05/30 15:18:32 rin Exp $
|
||||||
|
|
||||||
# Disable asm versions that use unaligned memory access.
|
# Disable asm versions that use unaligned memory access.
|
||||||
|
|
||||||
.PATH: ${NETBSDSRCDIR}/common/lib/libc/string
|
.PATH: ${NETBSDSRCDIR}/common/lib/libc/string
|
||||||
|
|
||||||
SRCS+= memcmp.c bcopy.c memcpy.c memmove.c
|
SRCS+= memcmp.c bcopy.c memcpy.c memmove.c
|
||||||
|
|
||||||
.if 0
|
|
||||||
. for name in bcopy memcmp memcpy memmove
|
|
||||||
. for suffix in o po pico go d
|
|
||||||
${name}.${suffix}: ${name}.c
|
|
||||||
. endfor
|
|
||||||
. endfor
|
|
||||||
.endif
|
|
||||||
|
|
Loading…
Reference in New Issue