git: cd8796cee0e5 - main - share/mk: Remove obsolete reference to LINTLIBDIR
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 18:43:46 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=cd8796cee0e5c5dc3a39551b9d1dce53f6dbdf6a commit cd8796cee0e5c5dc3a39551b9d1dce53f6dbdf6a Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2022-03-28 18:43:03 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2022-03-28 18:43:03 +0000 share/mk: Remove obsolete reference to LINTLIBDIR Lint support was removed in 1cbb58886a477cf282072eaa331d8122e36e9952, but this entry (accidently added in an unrelated commit) wasn't removed. --- share/mk/bsd.README | 2 -- 1 file changed, 2 deletions(-) diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 297983fc21a3..5175ad10df24 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -612,8 +612,6 @@ LINKGRP Group of links created with LINKS [${LIBGRP}]. LINKMODE Mode of links created with LINKS [${LIBMODE}]. -LINTLIBDIR Target directory for lint libraries. - MAN The manual pages to be installed. See bsd.man.mk for more details.