summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/boot/sys/boot/i386/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/boot/sys/boot/i386/Makefile b/usr/src/boot/sys/boot/i386/Makefile
index 46db89b56e..55e7d5ca62 100644
--- a/usr/src/boot/sys/boot/i386/Makefile
+++ b/usr/src/boot/sys/boot/i386/Makefile
@@ -17,7 +17,7 @@ include $(SRC)/Makefile.master
# likely targets for removal, keeping around just in case...
-# SUBDIRS= boot0 boot0sio kgzldr libfirewire
+# SUBDIRS= boot0 boot0sio kgzldr libfirewire
# current targets
SUBDIRS= pmbr btx cdboot gptzfsboot libi386 loader pxeldr
INSTDIRS= pmbr cdboot gptzfsboot loader pxeldr
@@ -29,12 +29,12 @@ clobber:= TARGET= clobber
.KEEP_STATE:
-pxeldr: loader
-
all clean clobber: $(SUBDIRS)
install: all .WAIT $(INSTDIRS)
+pxeldr: loader
+
FRC:
$(SUBDIRS): FRC