summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-03-24 16:03:21 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-03-24 16:03:21 -0700
commit2989b9294de7b8262900693215407f0cfbeed11c (patch)
treee400b3b70be26bbde914b527427c03134e658dd5
parent6af0d32f7773c2bc45a45fe246dc2fcaf9d18207 (diff)
parentf9ad7924909dac4c3cdbaefd1ca6f97cf00ba57e (diff)
downloadsyslinux-2989b9294de7b8262900693215407f0cfbeed11c.tar.gz
Merge commit 'origin/master' into nolen
-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