1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/usr.bin/ncal/Makefile

18 lines
244 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
1997-12-15 20:35:22 +00:00
.include <src.opts.mk>
PROG= ncal
1997-12-15 20:35:22 +00:00
DPADD= ${LIBCALENDAR} ${LIBTERMCAPW}
LDADD= -lcalendar -ltermcapw
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
MLINKS= ncal.1 cal.1
1997-12-15 20:35:22 +00:00
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
1997-12-15 20:35:22 +00:00
.include <bsd.prog.mk>