diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-07-24 22:49:05 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-07-24 22:49:05 -0700 |
commit | 61a4936836c3dc8341130b4fa938e0106f8a41bf (patch) | |
tree | b594b7e08ca47794326610cae4018a63686f4e73 /Makefile | |
parent | 217a9b0c77cdd5df5800c7b250765f543c680477 (diff) | |
download | syslinux-elf-61a4936836c3dc8341130b4fa938e0106f8a41bf.tar.gz syslinux-elf-61a4936836c3dc8341130b4fa938e0106f8a41bf.tar.xz syslinux-elf-61a4936836c3dc8341130b4fa938e0106f8a41bf.zip |
Add support for Unix-standard MD5 password
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -85,7 +85,8 @@ ISUBDIRS = mtools unix extlinux sample com32 DOCS = COPYING NEWS README TODO BUGS *.doc sample menu com32 OTHER = Makefile bin2c.pl now.pl genhash.pl keywords findpatch.pl \ keytab-lilo.pl version version.pl sys2ansi.pl \ - ppmtolss16 lss16toppm memdisk bin2hex.pl mkdiskimage.in + ppmtolss16 lss16toppm memdisk bin2hex.pl mkdiskimage.in \ + sha1pass md5pass OBSOLETE = pxelinux.bin # Things to install in /usr/bin |