diff --git a/mgetty/Makefile b/mgetty/Makefile index 2018bae..d89ebee 100644 --- a/mgetty/Makefile +++ b/mgetty/Makefile @@ -658,6 +658,13 @@ install.bin: mgetty sendfax newslock \ BINDIR=$(BINDIR) SBINDIR=$(SBINDIR) \ LIBDIR=$(LIBDIR) CONFDIR=$(CONFDIR) # +# tools +# + cd tools ; $(MAKE) install INSTALL="$(INSTALL)" \ + BINDIR=$(BINDIR) SBINDIR=$(SBINDIR) \ + LIBDIR=$(LIBDIR) CONFDIR=$(CONFDIR) + +# # compatibility # if [ ! -z "$(INSTALL_MECHO)" ] ; then \