Trasmute moer "krb5" distibutions into "crypto".

This commit is contained in:
markm 2003-05-01 21:21:15 +00:00
parent f3e97543a1
commit fad590ab7e
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