From 4065079cbf83b8f5bcbc2b45521429e41a2d1502 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 16 Jan 2017 10:25:49 -0500 Subject: [PATCH] Add rule to catch BSDMake --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 20a2e4d..3282f77 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,13 @@ # all: +# +# Catch people who try to use BSD make +# +ifeq "0" "1" +.error GNU Make is required to build FreeRADIUS +endif + $(if $(wildcard Make.inc),,$(error Missing 'Make.inc' Run './configure [options]' and retry)) include Make.inc -- 2.1.4