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 precautions so that threads won't race to exit1() and get stuck there.
[dragonfly.git]
/
usr.bin
/
msgs
/
Makefile
blob
50feea7f4a77e3f8af1655fae4a913f4a03872dd
1
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/msgs/Makefile,v 1.6 1999/08/28 01:04:21 peter Exp $
3
# $DragonFly: src/usr.bin/msgs/Makefile,v 1.3 2005/02/02 06:39:09 cpressey Exp $
4
5
PROG
=
msgs
6
WARNS?
=
6
7
DPADD
= ${
LIBTERMCAP
}
8
LDADD
= -
ltermcap
9
10
.
include
<
bsd.prog.mk
>