]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/ncal/Makefile
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.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>