aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncal/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
| | | | | | | | | `SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912. Notes: svn path=/projects/make-check-sandbox/; revision=321914
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
| | | | | | | | | | | | | | directories to SUBDIR.${MK_TESTS} idiom This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox . No functional change intended. MFC after: 1 weeks Notes: svn path=/head/; revision=321912
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
| | | | | | | | | | | | | variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=268804
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-161-0/+6
| | | | | | | | | | | | | | | | | | I'm starting with the easy cases. The leftovers need to be looked at a bit more closely. Note that this change _does_ modify the code of the old tests. This is required in order to allow the code to locate the data files in the source directory instead of the current directory, because Kyua automatically changes the latter to a temporary directory. Also note that at least one test is known to be broken here. Actually, the test is not really broken: it's marked as a TODO but unfortunately Kyua's TAP parser currently does not understand that. Will have to be fixed separately. Notes: svn path=/head/; revision=263227
* Remove no-op of WARNS?=Edwin Groothuis2010-03-041-1/+0
| | | | | | | Submitted by: Ulrich Sp??rlein <uqs@spoerlein.net> Notes: svn path=/head/; revision=204706
* - Implement -3 option (show previous, this and next month) option.Edwin Groothuis2010-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 Notes: svn path=/head/; revision=204697
* Fixed missing dependency.Ruslan Ermilov2009-04-301-1/+1
| | | | Notes: svn path=/head/; revision=191687
* Implement highlighting of today in month view of cal/ncal just likeRoman Divacky2009-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 Notes: svn path=/head/; revision=191330
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
| | | | | | | | | bsd.*.mk infrasture. Obtained from: ru Notes: svn path=/head/; revision=140909
* Use ?= with WARNS.Garrett Wollman2004-11-301-1/+1
| | | | | | | Requested by: ru Notes: svn path=/head/; revision=138230
* Add a `-m month' flag to provide a more convenient interface forGarrett Wollman2004-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 Notes: svn path=/head/; revision=138036
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | Notes: svn path=/head/; revision=125503
* Style; line up columns, space things out more consistently.Mark Murray2002-04-281-6/+7
| | | | Notes: svn path=/head/; revision=95640
* Remove gcc specific compiler flags, at least one of which doesn't work withJohn Baldwin2002-01-081-2/+0
| | | | | | | gcc 3.0.2. (-fstrict-prototypes) Notes: svn path=/head/; revision=89061
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add new command ncal.Wolfgang Helbig1997-12-151-0/+13
Notes: svn path=/cvs2svn/branches/HELBIG/; revision=31744