diff options
| author | christos <christos@NetBSD.org> | 2014-04-01 21:38:26 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2014-04-01 21:38:26 +0000 |
| commit | a2c3c60efbfac6cd2fafb94e5fbe77a86239c6ee (patch) | |
| tree | bb5e7b3a39d88927fd3019d31c1ea2aff6c54bd8 | |
| parent | d9901464547ab0d4582c32e25f47a7ff5a558d60 (diff) | |
add kvno
| -rw-r--r-- | crypto/external/bsd/heimdal/bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/external/bsd/heimdal/bin/Makefile b/crypto/external/bsd/heimdal/bin/Makefile index c85b69994f4..4ef3443bf25 100644 --- a/crypto/external/bsd/heimdal/bin/Makefile +++ b/crypto/external/bsd/heimdal/bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:44 elric Exp $ +# $NetBSD: Makefile,v 1.2 2014/04/01 21:38:26 christos Exp $ .include <bsd.own.mk> @@ -14,6 +14,7 @@ SUBDIR = \ kinit \ kpasswd \ krb5-config \ + kvno \ string2key \ verify_krb5_conf |
