]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/ncal/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / ncal / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG=   ncal
6
7 DPADD=  ${LIBCALENDAR} ${LIBTERMCAP}
8 LDADD=  -lcalendar -ltermcap
9
10 LINKS=  ${BINDIR}/ncal ${BINDIR}/cal
11 MLINKS= ncal.1 cal.1
12
13 .if ${MK_TESTS} != "no"
14 SUBDIR+= tests
15 .endif
16
17 .include <bsd.prog.mk>