Author: kevans
Date: Sat Jan 25 04:57:26 2020
New Revision: 357106
URL: https://svnweb.freebsd.org/changeset/base/357106

Log:
  MFC r352919: Update cloudabi(32|64) sysents with "make sysent".
  
  Additionally, I've added svr4 which still exists in this branch.

Modified:
  stable/11/Makefile.inc1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/Makefile.inc1
==============================================================================
--- stable/11/Makefile.inc1     Sat Jan 25 04:48:46 2020        (r357105)
+++ stable/11/Makefile.inc1     Sat Jan 25 04:57:26 2020        (r357106)
@@ -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       \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to