diff options
Diffstat (limited to 'usr/src/boot/Makefile')
-rw-r--r-- | usr/src/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/Makefile b/usr/src/boot/Makefile index f7a0b29fad..11d0eea7c2 100644 --- a/usr/src/boot/Makefile +++ b/usr/src/boot/Makefile @@ -27,6 +27,6 @@ clobber := TARGET = clobber all install clean clobber: $(SUBDIRS) $(SUBDIRS): FRC - @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET) + @cd $@; pwd; $(MAKE) $(TARGET) FRC: |