Remove comment-outed garbage.

This commit is contained in:
rin 2022-05-30 15:18:32 +00:00
parent 3db564a92c
commit 780da3acaa
1 changed files with 1 additions and 9 deletions

View File

@ -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.
.PATH: ${NETBSDSRCDIR}/common/lib/libc/string
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