diff options
| author | lukem <lukem@NetBSD.org> | 2023-06-01 21:50:26 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-06-01 21:50:26 +0000 |
| commit | 86cdd1d10f934df7bfe5b3016ac28db6a04ee49e (patch) | |
| tree | 94e6391d9364561d44ae4ab3de68efeee54ad3c4 /share | |
| parent | 57cf905b416919dddcf4ed450cf93559c0f8a5cf (diff) | |
bsd.own.mk: MKPERFUSE isn't used anywhere
perfuse is built unconditionally, and MKPERFUSE
isn't tested anywhere.
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.own.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 8e844c9c032..7bfb043f8dd 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1332 2023/06/01 21:47:19 lukem Exp $ +# $NetBSD: bsd.own.mk,v 1.1333 2023/06/01 21:50:26 lukem Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -1212,7 +1212,6 @@ _MKVARS.yes= \ MKNPF \ MKOBJ \ MKPAM \ - MKPERFUSE \ MKPF \ MKPIC \ MKPICLIB \ |
