From: Ben Gras Date: Fri, 22 Apr 2005 15:53:24 +0000 (+0000) Subject: no man yet X-Git-Tag: v3.1.0~905 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keyfromlabel.html?a=commitdiff_plain;h=b67df8ba73eca4483f8e672e7af11370d1cb2b70;p=minix.git no man yet --- diff --git a/Makefile b/Makefile index 092b7a69e..650714608 100755 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ commands: @echo "Are the libraries up to date?"; sleep 2 test ! -f commands/Makefile || { cd commands && $(MAKE); } -install: +install:: test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } clean:: @@ -47,5 +47,5 @@ all install clean:: cd boot && $(MAKE) $@ test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } cd tools && $(MAKE) $@ - cd man && $(MAKE) $@ + #cd man && $(MAKE) $@