# $FreeBSD: head/usr.bin/ncal/Makefile 275042 2014-11-25 14:29:10Z bapt $ .include PROG= ncal LIBADD= calendar ncursesw LINKS= ${BINDIR}/ncal ${BINDIR}/cal MLINKS= ncal.1 cal.1 .if ${MK_TESTS} != "no" SUBDIR+= tests .endif .include