From a5f6297b6359ede498e69460f8f6079af91891b3 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Wed, 10 Jun 2015 19:48:45 +0000 Subject: [PATCH] Explain why NO_BEFOREBUILD_INCLUDES is needed --- kerberos5/lib/libhdb/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile index 66e0a67475ff..9134fb5180a6 100644 --- a/kerberos5/lib/libhdb/Makefile +++ b/kerberos5/lib/libhdb/Makefile @@ -96,6 +96,9 @@ ${GEN}: hdb.asn1 .hx.h: ${CP} ${.IMPSRC} ${.TARGET} +# This makefile generates a lot of its headers +# so tell bsd.sys.mk not to try and stage them before they are built. +# Note: this is rare NO_BEFOREBUILD_INCLUDES= .include