summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2012-03-23 03:16:35 +0000
committerstas <stas@FreeBSD.org>2012-03-23 03:16:35 +0000
commit97dfa7c7ff387e37cedc94bf1c786020c8dc5cb1 (patch)
tree15f66953bb9d1f9ed7238c4c2a3d0853a9d40231 /usr.bin/Makefile
parent0450849e9cfb65a556aecc37fa3485430f246239 (diff)
downloadFreeBSD-src-97dfa7c7ff387e37cedc94bf1c786020c8dc5cb1.zip
FreeBSD-src-97dfa7c7ff387e37cedc94bf1c786020c8dc5cb1.tar.gz
- Do not build libcom_err and compile_et when kerberos is disabled. They
depends on several heimdal libraries and not used by anything but kerberos tools.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index b957cf7..85fb6e6 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -261,6 +261,10 @@ SUBDIR+= csup
SUBDIR+= locate
.endif
+.if ${MK_KERBEROS_SUPPORT} != "no"
+SUBDIR+= compile_et
+.endif
+
# XXX msgs?
.if ${MK_MAIL} != "no"
SUBDIR+= biff
@@ -317,7 +321,6 @@ SUBDIR+= ul
SUBDIR+= ar
SUBDIR+= c89
SUBDIR+= c99
-SUBDIR+= compile_et
SUBDIR+= ctags
SUBDIR+= file2c
SUBDIR+= gprof
OpenPOWER on IntegriCloud