From 7a58cd38c5ddb77729bf67c917f1a3353ba9a2a9 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 16 Sep 2005 14:55:18 +0000 Subject: [PATCH] No bsd subbranch --- contrib/Makefile | 1 - contrib/bsd/Makefile | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100755 contrib/bsd/Makefile 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 - -- 2.44.0