From 92dec625e311ec76581135ba7c54f44cbc8bc9d8 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Wed, 19 Dec 2018 22:08:51 +0000 Subject: [PATCH] Remove iBCS2: plug a wart missed in r342242 Sponsored by: The FreeBSD Foundation --- Makefile.inc1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 03798f9581b..e5a062acb64 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1451,7 +1451,6 @@ packageworld: .PHONY _sysent_dirs= sys/kern _sysent_dirs+= sys/compat/freebsd32 -_sysent_dirs+= sys/i386/ibcs2 _sysent_dirs+= sys/amd64/linux \ sys/amd64/linux32 \ sys/arm64/linux \