Add NO_CALENDAR
This commit is contained in:
parent
f9c16f9cb6
commit
642268f44a
@ -22,7 +22,7 @@ SUBDIR= alias \
|
|||||||
bzip2recover \
|
bzip2recover \
|
||||||
${_c89} \
|
${_c89} \
|
||||||
${_c99} \
|
${_c99} \
|
||||||
calendar \
|
${_calendar} \
|
||||||
cap_mkdb \
|
cap_mkdb \
|
||||||
catman \
|
catman \
|
||||||
chat \
|
chat \
|
||||||
@ -246,6 +246,10 @@ _nsupdate= nsupdate
|
|||||||
_bluetooth= bluetooth
|
_bluetooth= bluetooth
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if !defined(NO_CALENDAR)
|
||||||
|
_calendar= calendar
|
||||||
|
.endif
|
||||||
|
|
||||||
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
|
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
|
||||||
_chkey= chkey
|
_chkey= chkey
|
||||||
_newkey= newkey
|
_newkey= newkey
|
||||||
|
Loading…
Reference in New Issue
Block a user