MFC r352919: Update cloudabi(32|64) sysents with "make sysent".

Additionally, I've added svr4 which still exists in this branch.
This commit is contained in:
Kyle Evans 2020-01-25 04:57:26 +00:00
parent c0d7ea3aad
commit 83b70cfa35

View File

@ -1138,6 +1138,9 @@ makeman: .PHONY
_sysent_dirs= sys/kern
_sysent_dirs+= sys/compat/freebsd32
_sysent_dirs+= sys/compat/svr4
_sysent_dirs+= sys/compat/cloudabi32 \
sys/compat/cloudabi64
_sysent_dirs+= sys/i386/ibcs2
_sysent_dirs+= sys/amd64/linux \
sys/amd64/linux32 \