On 16 Oct 2020, Kinga Tanska verbalised: > Make install causes installation of binaries, udev and man. > This commit contains new target make install-bin, which > results in installation of binaries only. ... but the code says: > +install : install-binaries install-man install-udev [...] > +install-binaries: mdadm mdmon ... which is not the same name. (FWIW, install-bin is definitely the common name for this target.)