summaryrefslogtreecommitdiffstats
path: root/bootdisk/Makefile
blob: 80b604aa5d3a998748f1a207a13923515f9c57d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

depend: