aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-06-26 22:56:52 +0000
committerCy Schubert <cy@FreeBSD.org>2023-06-26 22:56:52 +0000
commitb6a943f7197af1a5eb6bb028b9b808ec5016e30c (patch)
treecfbb91e940dd89d0e1d46095f43c228d7d079fa0 /lib/Makefile.am
parent6f4e10db3298f6d65e1e646fe52aaafc3682b788 (diff)
Heimdal 7.8.0 does not support OpenSSL 3.0. 7.9.0 will but it hasn't been released yet. We are importing f62e2f278 for its OpenSSL 3.0 support.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5f34eee6bb74..dc7011619f87 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -26,10 +26,10 @@ endif
SUBDIRS = \
roken \
- base \
vers \
- $(dir_editline) \
$(dir_com_err) \
+ base \
+ $(dir_editline) \
sl \
wind \
asn1 \
@@ -41,6 +41,7 @@ SUBDIRS = \
ntlm \
$(dir_afs) \
gssapi \
+ gss_preauth \
hdb \
kadm5 \
$(dir_otp) \