summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-08-01 18:50:29 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-08-01 18:50:29 +0000
commit41cbed694a63508cc2d635a13e0b089979ef33f4 (patch)
tree4a4fee7f891e888fc70cb9fab642a79e665b267b
parentc34f578dd2128a26a664da656d4c687eca77829d (diff)
Notes
-rw-r--r--lib/libc/sys/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 9bef1ae7d8ee..66a41ebee4bf 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -31,7 +31,7 @@ SRCS+=${MDASM}
# not declared for no generation of default code (NOASM). If the
# syscall is not hidden, add it to the ASM list, otherwise add it
# to the ASMR list.
-.for _asm in ${MIASM:S/sys_exit/exit/}
+.for _asm in ${MIASM}
.if (${MDASM:R:M${_asm:R}} == "")
.if (${NOASM:R:M${_asm:R}} == "")
.if (${HIDDEN_SYSCALLS:R:M${_asm:R}} == "")