From: Ben Gras Date: Tue, 3 May 2005 09:15:37 +0000 (+0000) Subject: Fixed compile break (no install target) X-Git-Tag: v3.1.0~884 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-signzone.html?a=commitdiff_plain;h=83ef55e301764be41c3f699e6f41d0f1eb6787c8;p=minix.git Fixed compile break (no install target) --- diff --git a/drivers/libdriver/Makefile b/drivers/libdriver/Makefile index 178cfac31..9132541e9 100644 --- a/drivers/libdriver/Makefile +++ b/drivers/libdriver/Makefile @@ -22,6 +22,8 @@ all build: $(OBJECTS) clean: rm -f *.o *.bak +install: + # Dependencies a = $m/config.h $i/ansi.h $m/type.h $m/com.h $m/callnr.h $s/types.h \ $m/const.h $m/syslib.h $m/utils.h \