diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-06-10 20:05:49 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-06-16 02:49:36 +0000 |
commit | 0acf1dd7929be653d303b3eef5f83a0b8ed1eb45 (patch) | |
tree | d95ced25d65bfd5e2f200ccd653dacb97c7ea81a /lib | |
parent | 70371c7959df8bcba9b5ee62d976c1e74991e0a9 (diff) |
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 82d461fe0873..fcb4bd95fecb 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -175,7 +175,9 @@ SUBDIR.${MK_FILE}+= libmagic SUBDIR.${MK_GPIO}+= libgpio SUBDIR.${MK_GSSAPI}+= libgssapi librpcsec_gss SUBDIR.${MK_ICONV}+= libiconv_modules +.if ${MK_MITKRB5} == "no" SUBDIR.${MK_KERBEROS_SUPPORT}+= libcom_err +.endif SUBDIR.${MK_LDNS}+= libldns SUBDIR.${MK_STATS}+= libstats |