diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 10:58:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 10:58:19 +0000 |
commit | f2f1754b99181cba6555b59ad5192b5a7482b01a (patch) | |
tree | b49810ab35d424200cede94762f678119fb64679 /security/krb5/Makefile | |
parent | 24ece4c856038b45cdfba886b7a517c10ed663f1 (diff) |
Notes
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r-- | security/krb5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 6abb738ead81..a82377571a38 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -34,6 +34,8 @@ CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ MAKE_ARGS= INSTALL="${INSTALL}" KRB5_KRB4_COMPAT?= NO +INFO= krb425 krb5-admin krb5-install krb5-user + .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" CONFIGURE_ARGS+= --without-krb4 PLIST_SUB+= KRB4="@comment " |