diff options
Diffstat (limited to 'bootdisk/Makefile')
-rw-r--r-- | bootdisk/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bootdisk/Makefile b/bootdisk/Makefile new file mode 100644 index 000000000..48d628bf5 --- /dev/null +++ b/bootdisk/Makefile @@ -0,0 +1,9 @@ +include ../Makefile.inc + +all: + +install: + rm -rf $(DESTDIR)/$(RUNTIMEDIR)/boot + mkdir -p $(DESTDIR)/$(RUNTIMEDIR)/boot + cp -av $(ARCH)/[a-z]* $(DESTDIR)/$(RUNTIMEDIR)/boot + |