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 -