summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-13 13:49:29 +0000
committerru <ru@FreeBSD.org>2002-11-13 13:49:29 +0000
commit7920e22cea169d5aaff2a66cc1383ec4f6e63e12 (patch)
treed4d4eae9350b90f65572d961ca980edfb1f019f1 /kerberos5/lib
parent79449bdb2e785854f38c01098931c80cd996ee65 (diff)
downloadFreeBSD-src-7920e22cea169d5aaff2a66cc1383ec4f6e63e12.zip
FreeBSD-src-7920e22cea169d5aaff2a66cc1383ec4f6e63e12.tar.gz
Take __FreeBSD_version into account when BOOTSTRAPPING.
Diffstat (limited to 'kerberos5/lib')
-rw-r--r--kerberos5/lib/libasn1/Makefile4
-rw-r--r--kerberos5/lib/libhdb/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/kerberos5/lib/libasn1/Makefile b/kerberos5/lib/libasn1/Makefile
index f38c2bf..3f270e6 100644
--- a/kerberos5/lib/libasn1/Makefile
+++ b/kerberos5/lib/libasn1/Makefile
@@ -106,7 +106,9 @@ asn1_compile: \
strupr.c
${CC} ${CFLAGS} ${.OODATE} -o ${.TARGET}
-.if defined(BOOTSTRAPPING)
+.if defined(BOOTSTRAPPING) && \
+ ( ${BOOTSTRAPPING} < 440001 || \
+ ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500023 ))
asn1_compile: getprogname.c setprogname.c
.endif
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index 5a433f1..0970b13 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -61,7 +61,9 @@ asn1_compile: parse.o lex.o main.c hash.c symbol.c emalloc.c gen.c \
get_window_size.c strupr.c
${CC} ${CFLAGS} ${.OODATE} -o ${.TARGET}
-.if defined(BOOTSTRAPPING)
+.if defined(BOOTSTRAPPING) && \
+ ( ${BOOTSTRAPPING} < 440001 || \
+ ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500023 ))
asn1_compile: getprogname.c setprogname.c
.endif
OpenPOWER on IntegriCloud