]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/ncal/Makefile
Avoid using the C++11 auto keyword, which was introduced in r328555, as
[FreeBSD/stable/9.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>