beb2b3b1a7
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
13 lines
167 B
Makefile
13 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ncal
|
|
|
|
DPADD= ${LIBCALENDAR}
|
|
LDADD= -lcalendar -ltermcap
|
|
WARNS?= 1
|
|
|
|
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
|
|
MLINKS= ncal.1 cal.1
|
|
|
|
.include <bsd.prog.mk>
|