From: Ben Gras Date: Fri, 16 Sep 2005 14:55:18 +0000 (+0000) Subject: No bsd subbranch X-Git-Tag: v3.1.0~67 X-Git-Url: http://zhaoyanbai.com/repos/named.html?a=commitdiff_plain;h=7a58cd38c5ddb77729bf67c917f1a3353ba9a2a9;p=minix.git No bsd subbranch --- diff --git a/contrib/Makefile b/contrib/Makefile index 6f8b26549..961a3f795 100755 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,3 @@ all install clean: cd gnu && $(MAKE) $@ - cd bsd && $(MAKE) $@ diff --git a/contrib/bsd/Makefile b/contrib/bsd/Makefile deleted file mode 100755 index 544ff524e..000000000 --- a/contrib/bsd/Makefile +++ /dev/null @@ -1,11 +0,0 @@ - -NVI=nvi-1.79 -NVIWORK=$(NVI)/minix - -all install: - -mkdir $(NVIWORK) - cd $(NVI) && make $@ - -clean: - if [ -f $(NVIWORK)/Makefile ]; then cd $(NVIWORK) && make clean; fi -