From 3d84d70d9c4f459382cb598016e383d2f8cd376c Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 8 Sep 2005 13:00:01 +0000 Subject: [PATCH] Makeme-i-fying nvi --- contrib/bsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/bsd/Makefile b/contrib/bsd/Makefile index a85f02149..57144815c 100755 --- a/contrib/bsd/Makefile +++ b/contrib/bsd/Makefile @@ -4,7 +4,7 @@ NVIWORK=$(NVI)/minix all: -mkdir $(NVIWORK) - cd $(NVIWORK) && CFLAGS="-D_MINIX=1 -D_POSIX_SOURCE=1" ../build/configure.minix --prefix=/usr/local --host=minix && make $@ + cd $(NVIWORK) && /bin/sh makeme.sh install: all cd $(NVIWORK) && sh ../build/install.minix -- 2.44.0