From: Ben Gras Date: Tue, 17 Jan 2006 16:16:12 +0000 (+0000) Subject: Include rescue driver X-Git-Tag: v3.1.2a~438 X-Git-Url: http://zhaoyanbai.com/repos/man.isc-hmac-fixup.html?a=commitdiff_plain;h=24f8db780c65fc82a66c0c2dd1b43c4001dcaa7b;p=minix.git Include rescue driver --- diff --git a/drivers/Makefile b/drivers/Makefile index 218ed63eb..82c5e86bb 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -28,6 +28,7 @@ all install depend clean: cd ./bios_wini && $(MAKE) $@ cd ./cmos && $(MAKE) $@ cd ./random && $(MAKE) $@ + cd ./rescue && $(MAKE) $@ cd ./dp8390 && $(MAKE) $@ cd ./sb16 && $(MAKE) $@ cd ./lance && $(MAKE) $@