diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2025-08-18 18:06:41 -0700 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2025-08-18 18:09:12 -0700 |
| commit | de3e5dbea171f576e9e6d89ea5238ea3c9c8b26a (patch) | |
| tree | 3e64744abadb5eb678a994f3463babe7dd93a5d5 /Makefile.inc1 | |
| parent | 19c8cc3162aca9fde56581caee743d68d322c909 (diff) | |
Makefile.inc1: garbage collect unused variable: install-info
The variable's definition was removed with texinfo in
2d2813618c3818d7d41a7ced1fca4a1a01d3591d, but the reference to the
variable was left behind.
This is effectively a no-op cleanup.
MFC after: 3 days
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index a16af09caea0..3f35dafc6441 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1417,7 +1417,7 @@ _sysctl=sysctl .endif ITOOLS= [ awk cap_mkdb cat chflags chmod chown cmp cp \ - date echo egrep find grep id install ${_install-info} \ + date echo egrep find grep id install \ ln make mkdir mtree mv pwd_mkdb \ rm sed services_mkdb sh sort strip ${_sysctl} test time true uname wc |
