changeset 18839:6948264e7927

loader: i386/Makefile pxeldr should depend on loader and use .WAIT
author Toomas Soome <tsoome@me.com>
date Mon, 16 Jul 2018 14:40:50 +0300
parents 13a6e5cc485b
children 65c645eaa68f
files usr/src/boot/sys/boot/i386/Makefile
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/boot/sys/boot/i386/Makefile	Mon Jul 16 11:56:55 2018 +0300
+++ b/usr/src/boot/sys/boot/i386/Makefile	Mon Jul 16 14:40:50 2018 +0300
@@ -31,7 +31,9 @@
 
 all clean clobber: $(SUBDIRS)
 
-install: all $(INSTDIRS)
+install: all .WAIT $(INSTDIRS)
+
+pxeldr: loader
 
 FRC: