]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/ncal/Makefile
Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3)
[FreeBSD/FreeBSD.git] / usr.bin / ncal / Makefile
1 # $FreeBSD$
2
3 PROG=   ncal
4
5 DPADD=  ${LIBCALENDAR} ${LIBTERMCAP}
6 LDADD=  -lcalendar -ltermcap
7
8 LINKS=  ${BINDIR}/ncal ${BINDIR}/cal
9 MLINKS= ncal.1 cal.1
10
11 .include <bsd.prog.mk>