git: 5ed851515129 - main - Makefile.libcompat: Remove unused _LC_INCDIRS

From: Jessica Clarke <jrtc27_at_FreeBSD.org>
Date: Tue, 27 Jun 2023 23:11:52 UTC
The branch main has been updated by jrtc27:

URL: https://cgit.FreeBSD.org/src/commit/?id=5ed851515129c9c3bfe255baac1c29cb3b041862

commit 5ed851515129c9c3bfe255baac1c29cb3b041862
Author:     Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2023-06-27 23:09:44 +0000
Commit:     Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2023-06-27 23:09:44 +0000

    Makefile.libcompat: Remove unused _LC_INCDIRS
    
    This is no longer referenced as of commit 724123b9f4d3 ("libcompat: Use
    WORLDTMP sysroot").
    
    Reviewed by:    brooks, jhb, imp
    Differential Revision:  https://reviews.freebsd.org/D40569
---
 Makefile.libcompat | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Makefile.libcompat b/Makefile.libcompat
index 5343b2e2480c..05e77a980b6a 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -45,11 +45,6 @@ _LC_LIBDIRS.${MK_CDDL:tl}+=	cddl/lib
 _LC_LIBDIRS.${MK_CRYPT:tl}+=	secure/lib
 _LC_LIBDIRS.${MK_KERBEROS:tl}+=	kerberos5/lib
 
-_LC_INCDIRS=	\
-		include \
-		lib/ncurses/tinfo \
-		${_LC_LIBDIRS.yes}
-
 .if ${MK_FILE} != "no"
 _libmagic=	lib/libmagic
 .endif