summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-07-29 00:28:44 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-07-29 00:28:44 +0000
commit00bc791d869a863324ddc30bb9f7256bf6242e3f (patch)
treeb2ee4c9efb9a17307cd1370b72434ca744a210ca /lib
parent69065e880af3d8876554d7a289fb090d6fa4a0c3 (diff)
Notes
Diffstat (limited to 'lib')
-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 66a41ebee4bf..9bef1ae7d8ee 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}
+.for _asm in ${MIASM:S/sys_exit/exit/}
.if (${MDASM:R:M${_asm:R}} == "")
.if (${NOASM:R:M${_asm:R}} == "")
.if (${HIDDEN_SYSCALLS:R:M${_asm:R}} == "")