From 234b9785c97a6459ce46efed47a4458c0f6b20f4 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Fri, 27 May 2011 12:59:05 +0200 Subject: [PATCH] Remove BSDmakefile --- BSDmakefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 BSDmakefile diff --git a/BSDmakefile b/BSDmakefile deleted file mode 100644 index 362214d..0000000 --- a/BSDmakefile +++ /dev/null @@ -1,9 +0,0 @@ -# See LICENSE file for license and copyright information - -all ${.TARGETS}: - @if [ ! `which gmake` ] ; then \ - echo "zathura cannot be built with BSD make and GNU make cannot be found." \ - "Please install GNU make."; \ - exit 1; \ - fi - @gmake $@