# -*- mode: makefile; -*-
#
# Issue a useful error message if a user tries to build the project
# using GNU make.
all:
$(error ERROR: This source tree needs to be built with BSD 'make'.)
# Some GNU/Linux distributions offer pre-built packages of BSD 'make':
#
# - On Debian-derived distributions, the "bmake" package provides a
# version of NetBSD 'make' that should suffice.
# - On Fedora, the 'bmake' package seems appropriate (untested).
#
# Portable source code for NetBSD 'make' may be found at:
# http://www.crufty.net/help/sjg/bmake.html
#
#
# Please also read the file "INSTALL" for additional information about
# building the project from source.
#
# $Id$