]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/ncal/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>