summaryrefslogtreecommitdiffstats
path: root/bootdisk/Makefile
blob: ef9bd5d41ef4871815a8d6dbc1ae9386d1e0220c (plain)
1
2
3
4
5
6
7
8
9
10
11
include ../Makefile.inc

all:

install:
	rm -rf $(DESTDIR)/$(RUNTIMEDIR)/boot
	mkdir -p $(DESTDIR)/$(RUNTIMEDIR)/boot
	if [ -d $(ARCH) ]; then \
	    cp -av $(ARCH)/[a-z]* $(DESTDIR)/$(RUNTIMEDIR)/boot; \
	fi