aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2023-06-27 23:09:44 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2023-06-27 23:09:44 +0000
commit5ed851515129c9c3bfe255baac1c29cb3b041862 (patch)
tree8d1ad6052110f9d0828b6622dfa5d1d438b0698c
parent9b3bce2074b32a3debc22f6d1e39071c96310034 (diff)
downloadsrc-5ed851515129c9c3bfe255baac1c29cb3b041862.tar.gz
src-5ed851515129c9c3bfe255baac1c29cb3b041862.zip
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
-rw-r--r--Makefile.libcompat5
1 files changed, 0 insertions, 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