diff options
author | hpa <hpa> | 2001-12-11 19:23:27 +0000 |
---|---|---|
committer | hpa <hpa> | 2001-12-11 19:23:27 +0000 |
commit | ade9823ee792f34c21ab445e8227e7b69dea96a7 (patch) | |
tree | aa62d9f3f219d887b45f33a32dd024dc6139e876 /Makefile | |
parent | 647fa6103547a0b973a2f6f3d8a58b5373291037 (diff) | |
download | syslinux-ade9823ee792f34c21ab445e8227e7b69dea96a7.tar.gz |
List memdisk as OTHER so it'll get included in the release bundle
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ BTARGET = bootsect.bin ldlinux.sys ldlinux.bin ldlinux.lst \ ITARGET = syslinux.com syslinux copybs.com gethostip DOCS = COPYING NEWS README TODO *.doc sample OTHER = Makefile bin2c.pl now.pl genstupid.pl keytab-lilo.pl version \ - sys2ansi.pl ppmtolss16 lss16toppm + sys2ansi.pl ppmtolss16 lss16toppm memdisk OBSOLETE = pxelinux.bin # Things to install in /usr/bin |