summaryrefslogtreecommitdiffstats
path: root/rescue/Makefile
blob: bbcf73e5b19ab300dcbc4e63b06d64c21d466da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include ../Makefile.config

all: rescue.clp

install: rescue.clp
	cp -f $< $(STAGE2_DEST)

rescue.clp: list list.$(ARCH) drvinst guessmounts lsparts rescue-doc make_rescue_img
	DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_rescue_img

clean: 
	rm -f rescue.clp kernel_read_part