Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 21:14:33 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352919 - head
Message-ID:  <201909302114.x8ULEXaO007585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Mon Sep 30 21:14:33 2019
New Revision: 352919
URL: https://svnweb.freebsd.org/changeset/base/352919

Log:
  Update cloudabi(32|64) sysents with "make sysent".
  
  MFC after:	1 week

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Mon Sep 30 21:00:19 2019	(r352918)
+++ head/Makefile.inc1	Mon Sep 30 21:14:33 2019	(r352919)
@@ -1467,6 +1467,8 @@ packageworld: .PHONY
 
 _sysent_dirs=	sys/kern
 _sysent_dirs+=	sys/compat/freebsd32
+_sysent_dirs+=	sys/compat/cloudabi32	\
+		sys/compat/cloudabi64
 _sysent_dirs+=	sys/amd64/linux		\
 		sys/amd64/linux32	\
 		sys/arm64/linux		\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909302114.x8ULEXaO007585>