repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add parameter names.
[dragonfly.git]
/
usr.bin
/
ncal
/
Makefile
blob
ebdbc15230550b55d5e7d51946cb8805497a927b
1
# $FreeBSD: src/usr.bin/ncal/Makefile,v 1.2 1999/08/28 01:04:25 peter Exp $
2
# $DragonFly: src/usr.bin/ncal/Makefile,v 1.4 2007/08/27 16:50:56 pavalos Exp $
3
4
PROG
=
ncal
5
WARNS?
=
1
6
7
DPADD
+= ${
LIBCALENDAR
}
8
LDADD
+= -
lcalendar
9
10
LINKS
= ${
BINDIR
}/
ncal
${
BINDIR
}/
cal
11
MLINKS
=
ncal
.1
cal
.1
12
13
.
include
<
bsd.prog.mk
>