mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
14 lines
182 B
Makefile
14 lines
182 B
Makefile
|
|
.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>
|