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
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# $FreeBSD$
DISTRIBUTION?= krb5
DISTRIBUTION?= crypto
NOLINT= true
.if !defined(INCLUDEOBJDIR)
+1 -3
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