]> Zhao Yanbai Git Server - minix.git/commitdiff
Build setup prettification
authorBen Gras <ben@minix3.org>
Thu, 8 Sep 2005 13:12:34 +0000 (13:12 +0000)
committerBen Gras <ben@minix3.org>
Thu, 8 Sep 2005 13:12:34 +0000 (13:12 +0000)
contrib/bsd/Makefile

index 57144815cca459b29d7995cf652edba7d2f8cac9..544ff524ec66013b789d9f6275926a1e89334913 100755 (executable)
@@ -2,12 +2,9 @@
 NVI=nvi-1.79
 NVIWORK=$(NVI)/minix
 
-all:
+all install:
        -mkdir $(NVIWORK)
-       cd $(NVIWORK) && /bin/sh makeme.sh 
-
-install: all
-       cd $(NVIWORK) && sh ../build/install.minix
+       cd $(NVI) && make  $@
 
 clean:
        if [ -f $(NVIWORK)/Makefile ]; then cd $(NVIWORK) && make clean; fi