diff options
Diffstat (limited to 'kerberos5/lib/libhx509/Makefile')
-rw-r--r-- | kerberos5/lib/libhx509/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kerberos5/lib/libhx509/Makefile b/kerberos5/lib/libhx509/Makefile index 29c45e2..091fe8f 100644 --- a/kerberos5/lib/libhx509/Makefile +++ b/kerberos5/lib/libhx509/Makefile @@ -290,6 +290,11 @@ ${GEN_CRMF}: crmf.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 <bsd.lib.mk> .SUFFIXES: .h .c .x .hx |