From c162654310ba5be66341067742b30d1bf33ada09 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 17 Feb 2006 12:36:53 +0000 Subject: [PATCH] Kick nvi out of base --- commands/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/commands/Makefile b/commands/Makefile index d24262eae..999c09da4 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -2,8 +2,6 @@ MAKE = exec make -$(MAKEFLAGS) BZIP2=bzip2-1.0.3 -NVI=nvi-1.79 -NVIWORK=$(NVI)/minix SMALLPROGRAMS=`arch` aal advent ash autil awk bc byacc cawf cron de dhcpd dis88 elle elvis ftp ftpd ftpd200 httpd ibm indent m4 make mdb mined patch pax ps reboot rlogind scripts sh simple talk talkd telnet telnetd urlget yap zmodem @@ -24,13 +22,6 @@ all: small big install: biginstall smallinstall -small:: - -mkdir $(NVIWORK) - cd $(NVI) && make all - -smallinstall:: small - cd $(NVI) && make install - big: cd $(BZIP2) && /bin/sh build build @@ -39,7 +30,6 @@ biginstall: big clean:: cd $(BZIP2) && make clean - if [ -f $(NVIWORK)/Makefile ]; then cd $(NVIWORK) && make clean; fi for p in $(SMALLPROGRAMS); do ( cd $$p && make clean ); done small:: -- 2.44.0