diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-07-24 22:54:24 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-07-24 22:54:24 -0700 |
commit | 0d696ca609428d480d5346ef1316e24f34ae7088 (patch) | |
tree | f3711dba411c16a3f70338edae73e1811f2708d7 /Makefile | |
parent | ff046e43e7c45205dcd09e5d84012449a93f6c05 (diff) | |
download | syslinux-elf-0d696ca609428d480d5346ef1316e24f34ae7088.tar.gz syslinux-elf-0d696ca609428d480d5346ef1316e24f34ae7088.tar.xz syslinux-elf-0d696ca609428d480d5346ef1316e24f34ae7088.zip |
Install sha1pass, md5passsyslinux-3.52-pre5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |