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
Move serializer locking from pppoutput() to pppwrite(), which was
[dragonfly.git]
/
games
/
pom
/
Makefile
blob
5c4916f80aa6c59523e97c93c336cf19eab8b3ae
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $FreeBSD: src/games/pom/Makefile,v 1.2.8.1 2001/04/25 09:29:00 ru Exp $
3
# $DragonFly: src/games/pom/Makefile,v 1.3 2005/03/16 21:26:01 cpressey Exp $
4
5
PROG
=
pom
6
WARNS?
=
6
7
MAN
=
pom
.6
8
DPADD
= ${
LIBM
}
9
LDADD
= -
lm
10
CFLAGS
+=-
Wall
11
12
.
include
<
bsd.prog.mk
>