diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-03-01 13:50:48 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-03-01 13:50:48 +0000 |
| commit | b825cbde0301c29a6c8930a8f64e291fdcda8606 (patch) | |
| tree | 5f47309c450bba6f71d0945008290d0fedf73f6a /kerberos5/Makefile.inc | |
| parent | 87faa07bec7b6e1212692fbaa21d663ee288abe8 (diff) | |
Notes
Diffstat (limited to 'kerberos5/Makefile.inc')
| -rw-r--r-- | kerberos5/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kerberos5/Makefile.inc b/kerberos5/Makefile.inc index bd226bdeaef04..b12aa04d5e81c 100644 --- a/kerberos5/Makefile.inc +++ b/kerberos5/Makefile.inc @@ -13,8 +13,9 @@ ROKENDIR= ${.CURDIR}/../../lib/libroken CFLAGS+=-Wall -I${INCLUDEDIR} -I${INCLUDEOBJDIR} -DHAVE_CONFIG_H -.if defined(KRB5_KRB4_COMPAT) -CFLAGS+=-DKRB5_KRB4_COMPAT +.if defined(MAKE_KERBEROS4) && \ + (${MAKE_KERBEROS4} == "yes" || ${MAKE_KERBEROS4} == "yes") +CFLAGS+=-DKRB5_KRB4_COMPAT -DKRB4 .endif CFLAGS+=-DINET6 |
