3e11bd9e2a
Reduce overlinking
17 lines
204 B
Makefile
17 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= ncal
|
|
|
|
LIBADD= calendar ncursesw
|
|
|
|
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
|
|
MLINKS= ncal.1 cal.1
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|