summaryrefslogtreecommitdiff
path: root/com32/menu
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-08-27 16:23:24 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-08-27 16:23:24 -0700
commitc1b3d04474c24e4908868e6c7bedb5824d15b066 (patch)
treecf82cbb2589003c1a44bc5bc6e8cdf94eb49547a /com32/menu
parent2a6fef03f88e7aa56009f608dccd17e6f24dde97 (diff)
downloadsyslinux-c1b3d04474c24e4908868e6c7bedb5824d15b066.tar.gz
Add pxechain.com; new modules direction; reorganize installation
Add the pxechain module from Jeffery Hutzelman at CMU. Create new modules directory for non-com32 modules. Centralize installation, since we have three types of install, and only one of them was distributed. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/menu')
-rw-r--r--com32/menu/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/com32/menu/Makefile b/com32/menu/Makefile
index 9b856c2e..44212c3b 100644
--- a/com32/menu/Makefile
+++ b/com32/menu/Makefile
@@ -44,7 +44,5 @@ spotless: clean
rm -f *~ \#*
install: all
- mkdir -m 755 -p $(INSTALLROOT)$(AUXDIR)
- install -m 644 $(MODULES) $(INSTALLROOT)$(AUXDIR)
-include .*.d