Adjust Makefile.inc1 syscall sub commit

This commit is contained in:
Kyle Evans 2019-09-25 18:04:09 +00:00
parent 3e25d1fb61
commit 9ccd2fde4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352704

View File

@ -947,7 +947,7 @@ _cleanobj_fast_depend_hack: .PHONY
# Syscall stubs rewritten in C and obsolete MD assembly implementations
# Date SVN Rev Syscalls
# 20180604 r334626 brk sbrk
# 20190916 r35XXXX shm_open
# 20190916 r352703 shm_open
.for f in brk sbrk shm_open
@if [ -e "${OBJTOP}/lib/libc/.depend.${f}.o" ] && \
egrep -qw '${f}\.[sS]' ${OBJTOP}/lib/libc/.depend.${f}.o; then \