From 0d696ca609428d480d5346ef1316e24f34ae7088 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 24 Jul 2007 22:54:24 -0700 Subject: [PATCH] Install sha1pass, md5pass --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7101ce..03e69fd 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,8 @@ OTHER = Makefile bin2c.pl now.pl genhash.pl keywords findpatch.pl \ OBSOLETE = pxelinux.bin # Things to install in /usr/bin -INSTALL_BIN = mtools/syslinux gethostip ppmtolss16 lss16toppm +INSTALL_BIN = mtools/syslinux gethostip ppmtolss16 lss16toppm \ + sha1pass md5pass # Things to install in /sbin INSTALL_SBIN = extlinux/extlinux # Things to install in /usr/lib/syslinux -- 2.7.4