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
MFC - Fix an errno leak in libthread_xu's calls to umtx.
[dragonfly.git]
/
usr.sbin
/
watch
/
Makefile
blob
a9787b24d115f94139962ca363a55ca479d359a4
1
# $FreeBSD: src/usr.sbin/watch/Makefile,v 1.8.2.2 2002/03/11 01:26:42 dd Exp $
2
# $DragonFly: src/usr.sbin/watch/Makefile,v 1.4 2007/09/13 13:55:35 swildner Exp $
3
4
PROG
=
watch
5
MAN
=
watch
.8
6
7
WARNS?
=
6
8
9
LDADD
= -
ltermcap
10
DPADD
= ${
LIBTERMCAP
}
11
12
.
include
<
bsd.prog.mk
>