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
kern_recvmsg() may not return a valid(non-NULL) pointer to `sa'
[dragonfly.git]
/
usr.bin
/
chat
/
Makefile
blob
8256c24b3409351c71acc529fbe9472963290395
1
# $FreeBSD: src/usr.bin/chat/Makefile,v 1.7.2.1 2001/04/25 11:29:17 ru Exp $
2
# $DragonFly: src/usr.bin/chat/Makefile,v 1.4 2005/01/01 00:13:49 cpressey Exp $
3
4
PROG
=
chat
5
CFLAGS
+=-
Wall
6
MAN
=
chat
.8
7
WARNS?
=
6
8
9
.
include
<
bsd.prog.mk
>