summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-03-24 16:03:48 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-03-24 16:03:48 -0700
commit24542760a4260990244b32c1eb6232f3a4366f0d (patch)
treed8153534ccc9d0b5a3554b674500ceaeaa1e759b
parent51455f8e30fbf4ec689de70e14fe607284d8c6ec (diff)
parent2989b9294de7b8262900693215407f0cfbeed11c (diff)
downloadsyslinux-24542760a4260990244b32c1eb6232f3a4366f0d.tar.gz
Merge commit 'origin/nolen' into gpxe-support
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cde7db04..64307604 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ LIBDIR = /usr/lib
AUXDIR = $(LIBDIR)/syslinux
MANDIR = /usr/man
INCDIR = /usr/include
+TFTPBOOT = /tftpboot
PERL = perl
@@ -217,6 +218,13 @@ install-lib: installer
install-all: install install-lib
+NETINSTALLABLE = pxelinux.0 memdisk/memdisk memdump/memdump.com \
+ com32/menu/*.c32 com32/modules/*.c32
+
+netinstall: installer
+ mkdir -p $(INSTALLROOT)$(TFTPBOOT)
+ install -m 644 $(NETINSTALLABLE) $(INSTALLROOT)$(TFTPBOOT)
+
local-tidy:
rm -f *.o *_bin.c stupid.* patch.offset
rm -f *.lsr *.lst *.map