Add MK_KDUMP.

This commit is contained in:
David E. O'Brien 2012-09-12 14:58:07 +00:00
parent f59c1f67db
commit e5deeefec6
2 changed files with 9 additions and 2 deletions

View File

@ -254,6 +254,7 @@ WITHOUT_${var}=
INFO \
IPFILTER \
IPX \
KDUMP \
KERBEROS \
LIB32 \
LIBPTHREAD \
@ -357,6 +358,7 @@ __DEFAULT_YES_OPTIONS = \
IPFW \
IPX \
JAIL \
KDUMP \
KERBEROS \
KERNEL_SYMBOLS \
KVM \

View File

@ -68,7 +68,7 @@ SUBDIR= alias \
ipcs \
join \
jot \
kdump \
${_kdump} \
keylogin \
keylogout \
killall \
@ -163,7 +163,7 @@ SUBDIR= alias \
tr \
true \
truncate \
truss \
${_truss} \
tset \
tsort \
tty \
@ -245,6 +245,11 @@ _mkcsmapper= mkcsmapper
_mkesdb= mkesdb
.endif
.if ${MK_KDUMP} != "no"
SUBDIR+= kdump
SUBDIR+= truss
.endif
.if ${MK_KERBEROS_SUPPORT} != "no"
SUBDIR+= compile_et
.endif