repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dtrace: Address KMSAN warnings in dtrace_disx86
[freebsd/src.git]
/
usr.bin
/
ncal
/
Makefile
blob
85affcf983b56b469642130bcd72823046d513ca
1
.
include
<
src.opts.mk
>
2
3
PROG
=
ncal
4
5
LIBADD
=
calendar tinfow
6
7
LINKS
= ${
BINDIR
}/
ncal
${
BINDIR
}/
cal
8
MLINKS
=
ncal
.1
cal
.1
9
10
HAS_TESTS
=
11
SUBDIR.
${
MK_TESTS
}+=
tests
12
13
.
include
<
bsd.prog.mk
>