summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-08-03 09:27:01 +0000
committerphk <phk@FreeBSD.org>2005-08-03 09:27:01 +0000
commit34e5ba960aac0b1957ddac3bd3800883cdec5542 (patch)
tree2a0655576407077b5bf7050b74e5efcc319a684b /usr.bin/Makefile
parent7a7a209869280579a8ede18e7b20b9d0fb888d42 (diff)
downloadFreeBSD-src-34e5ba960aac0b1957ddac3bd3800883cdec5542.zip
FreeBSD-src-34e5ba960aac0b1957ddac3bd3800883cdec5542.tar.gz
Add NO_CALENDAR
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 648a42f..a9f89e0 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -22,7 +22,7 @@ SUBDIR= alias \
bzip2recover \
${_c89} \
${_c99} \
- calendar \
+ ${_calendar} \
cap_mkdb \
catman \
chat \
@@ -246,6 +246,10 @@ _nsupdate= nsupdate
_bluetooth= bluetooth
.endif
+.if !defined(NO_CALENDAR)
+_calendar= calendar
+.endif
+
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
_chkey= chkey
_newkey= newkey
OpenPOWER on IntegriCloud