dtrace: Address KMSAN warnings in dtrace_disx86
[freebsd/src.git] / usr.bin / ncal / Makefile
blob85affcf983b56b469642130bcd72823046d513ca
1 .include <src.opts.mk>
3 PROG= ncal
5 LIBADD= calendar tinfow
7 LINKS= ${BINDIR}/ncal ${BINDIR}/cal
8 MLINKS= ncal.1 cal.1
10 HAS_TESTS=
11 SUBDIR.${MK_TESTS}+= tests
13 .include <bsd.prog.mk>