cbc83e378a
Differential Revision: https://reviews.freebsd.org/D32098
16 lines
194 B
Makefile
16 lines
194 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= ncal
|
|
|
|
LIBADD= calendar tinfow
|
|
|
|
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
|
|
MLINKS= ncal.1 cal.1
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|