From 9a1e860a16c4597672264abe8239f7e6cd981773 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 8 Sep 2005 13:12:34 +0000 Subject: [PATCH] Build setup prettification --- contrib/bsd/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/contrib/bsd/Makefile b/contrib/bsd/Makefile index 57144815c..544ff524e 100755 --- a/contrib/bsd/Makefile +++ b/contrib/bsd/Makefile @@ -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 -- 2.44.0