Remove BSDmakefile

This commit is contained in:
Moritz Lipp 2011-05-27 12:59:05 +02:00
parent 2437d85471
commit 234b9785c9

View file

@ -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 $@