]> Zhao Yanbai Git Server - minix.git/commitdiff
No bsd subbranch
authorBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 14:55:18 +0000 (14:55 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 14:55:18 +0000 (14:55 +0000)
contrib/Makefile
contrib/bsd/Makefile [deleted file]

index 6f8b26549bce9430545d73bb9893b04ae78883ea..961a3f795cf6d134dbf6c05b25f312aa681c3774 100755 (executable)
@@ -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 (executable)
index 544ff52..0000000
+++ /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
-