From 34e5ba960aac0b1957ddac3bd3800883cdec5542 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 3 Aug 2005 09:27:01 +0000 Subject: [PATCH] Add NO_CALENDAR --- usr.bin/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 648a42f600b4..a9f89e067344 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