diff options
| author | lukem <lukem@NetBSD.org> | 2023-06-01 21:47:19 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-06-01 21:47:19 +0000 |
| commit | 57cf905b416919dddcf4ed450cf93559c0f8a5cf (patch) | |
| tree | bcc424c55137f0da961960479372a712b8ca25af /share | |
| parent | c87a0f0af9217c77a95dfd55b2073f34ae35576d (diff) | |
bsd.own.mk: MKLLD, MKLLDB, MKMCLINKER are obsolete
MKLLD, MKLLDB, MKMCLINKER aren't used in the build,
so remove them.
These were obsoleted by joerg@ on 2019-11-11
with the update of LLVM to 10.0.0git (01f3a59).
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.own.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index dde89846b3f..8e844c9c032 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1331 2023/05/31 20:47:35 lukem Exp $ +# $NetBSD: bsd.own.mk,v 1.1332 2023/06/01 21:47:19 lukem Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -1366,12 +1366,9 @@ _MKVARS.no= \ MKKYUA \ MKLIBCXX \ MKLINT \ - MKLLD \ - MKLLDB \ MKLLVM \ MKLLVMRT \ MKMANZ \ - MKMCLINKER \ MKNOUVEAUFIRMWARE \ MKNSD \ MKOBJDIRS \ |
