summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-07-16 18:26:07 +0200
committerMichael Brown2007-07-16 18:26:07 +0200
commit38dbe14bbe2f13b500c44abb799b1cdf2ffa409f (patch)
tree91affa9a4cba5445736c0f9e0716ae0749139d99 /src/Makefile
parentUpdate all prefixes currently referring to _load_size to include a (diff)
downloadipxe-38dbe14bbe2f13b500c44abb799b1cdf2ffa409f.tar.gz
ipxe-38dbe14bbe2f13b500c44abb799b1cdf2ffa409f.tar.xz
ipxe-38dbe14bbe2f13b500c44abb799b1cdf2ffa409f.zip
Kill off redundant references to the .zprefixes.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index d3280702..1807465a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -55,13 +55,13 @@ noargs : blib
@echo
@echo 'For example, '
@echo
- @echo ' make allzroms '
+ @echo ' make allroms '
@echo
- @echo 'will generate all possible .zrom (rom burnable) images, and'
+ @echo 'will generate all possible .rom (rom burnable) images, and'
@echo
- @echo ' make allzdsks'
+ @echo ' make alldsks'
@echo
- @echo 'will generate all possible .zdsk (bootable floppy) images, or'
+ @echo 'will generate all possible .dsk (bootable floppy) images, or'
@echo
@echo '===================================================='
@exit 1