From: Ben Gras Date: Tue, 3 May 2005 08:48:26 +0000 (+0000) Subject: Added man 'making' X-Git-Tag: v3.1.0~895 X-Git-Url: http://zhaoyanbai.com/repos/nsupdate.html?a=commitdiff_plain;h=544b225a44aacc1be0ce25b248c72649073345f2;p=minix.git Added man 'making' --- diff --git a/Makefile b/Makefile index 0efd85852..8fd924774 100755 --- a/Makefile +++ b/Makefile @@ -48,5 +48,6 @@ all install clean:: cd boot && $(MAKE) $@ test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } cd tools && $(MAKE) $@ - #cd man && $(MAKE) $@ + cd servers && $(MAKE) $@ + cd man && $(MAKE) $@