summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncal/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove no-op of WARNS?=edwin2010-03-041-1/+0
| | | | Submitted by: Ulrich Sp??rlein <uqs@spoerlein.net>
* - Implement -3 option (show previous, this and next month) option.edwin2010-03-041-1/+1
| | | | | | | | | - 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
* Fixed missing dependency.ru2009-04-301-1/+1
|
* Implement highlighting of today in month view of cal/ncal just likerdivacky2009-04-201-1/+1
| | | | | | | | gnu cal does. This is currently disabled for year view because of hard coded padding in that case. This will hopefully be fixed soon. Reviewed by: Simon 'corecode' Schubert <corecode fs.ei.tum.de> Approved by: ed
* Remove unnecessary SRCS= where could be guessed directly by ourdelphij2005-01-271-1/+0
| | | | | | bsd.*.mk infrasture. Obtained from: ru
* Use ?= with WARNS.wollman2004-11-301-1/+1
| | | | Requested by: ru
* Add a `-m month' flag to provide a more convenient interface forwollman2004-11-231-0/+1
| | | | | | | | | displaying a calendar for a specific month of the current year than `cal $(date +"%Y") month'. A few minor code cleanups. Set WARNS=1. (This code is WARNS=5 clean except for "`O' modifier used with `%B' strftime format", which is legal in FreeBSD but GCC doesn't know about.) MFC after: 1 week
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* Style; line up columns, space things out more consistently.markm2002-04-281-6/+7
|
* Remove gcc specific compiler flags, at least one of which doesn't work withjhb2002-01-081-2/+0
| | | | gcc 3.0.2. (-fstrict-prototypes)
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add new command ncal.helbig1997-12-151-0/+13
OpenPOWER on IntegriCloud