Trasmute moer "krb5" distibutions into "crypto".

This commit is contained in:
Mark Murray 2003-05-01 21:21:15 +00:00
parent 44b81f0f89
commit aaa2c2ab24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114464
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# $FreeBSD$
DISTRIBUTION?= krb5
DISTRIBUTION?= crypto
NOLINT= true
.if !defined(INCLUDEOBJDIR)

View file

@ -27,7 +27,5 @@
SHLIB_MAJOR= 2
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
.if defined(MAKE_KERBEROS5)
DISTRIBUTION+= krb5
.endif
DISTRIBUTION+= crypto
.endif