X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile;h=20a2e4d64133768c0c3c824be0e74b33f1a9f164;hb=9f25a1460cd2549245e7753b4f47fd83b9175b5f;hp=b9cdc78cc81c13912d655db15230d04fb1dd9160;hpb=e5e504e92e4b4c67baf8065942efd5afbd6edb4d;p=freeradius.git diff --git a/Makefile b/Makefile index b9cdc78..20a2e4d 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,11 @@ # Version: $Id$ # +# +# The default rule is "all". +# +all: + $(if $(wildcard Make.inc),,$(error Missing 'Make.inc' Run './configure [options]' and retry)) include Make.inc