aboutsummaryrefslogtreecommitdiffstats
path: root/misc_cmds/ncal/Makefile
blob: 96408c6121debadceb9ce1241836db60128b2e9d (plain) (blame)
1
2
3
4
5
6
PROG=	ncal
SRCS=	calendar.c easter.c ncal.c

LDADD=-lncursesw

.include <bsd.prog.mk>