summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncal/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2010-03-04 07:04:27 +0000
committeredwin <edwin@FreeBSD.org>2010-03-04 07:04:27 +0000
commite27eb9f6a0aff664660b10be9005a25b7a0feadf (patch)
tree64440b1c5d2d0b47c76ec700a376db22755a4eb6 /usr.bin/ncal/Makefile
parent7b5f0f426a51241b68b9089fba691449fa5963a8 (diff)
downloadFreeBSD-src-e27eb9f6a0aff664660b10be9005a25b7a0feadf.zip
FreeBSD-src-e27eb9f6a0aff664660b10be9005a25b7a0feadf.tar.gz
- Implement -3 option (show previous, this and next month) option.
- Add -A option (months after this month). - Add -B option (months before this month). - Fix highlighting of today in year overview. - Fix aligning of "foreign" characters. MFC after: 2 weeks
Diffstat (limited to 'usr.bin/ncal/Makefile')
-rw-r--r--usr.bin/ncal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile
index 343e8cd..2c5d48d 100644
--- a/usr.bin/ncal/Makefile
+++ b/usr.bin/ncal/Makefile
@@ -4,7 +4,7 @@ PROG= ncal
DPADD= ${LIBCALENDAR} ${LIBTERMCAP}
LDADD= -lcalendar -ltermcap
-WARNS?= 1
+WARNS?= 6
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
MLINKS= ncal.1 cal.1
OpenPOWER on IntegriCloud