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
HAMMER 13B/many - addendum to 13.
[dragonfly.git]
/
games
/
pom
/
Makefile
blob
3159c251e314812460e9323de37bc3c538e3e4f4
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.5 2006/10/08 16:22:36 pavalos Exp $
4
5
PROG
=
pom
6
MAN
=
pom
.6
7
DPADD
= ${
LIBM
}
8
LDADD
= -
lm
9
10
.
include
<
bsd.prog.mk
>