freebsd-dev/usr.bin/ncal/Makefile

17 lines
204 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
LIBADD= calendar ncursesw
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>