repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
games
/
pom
/
Makefile
blob
f9906f6e3cb81370727d37e99bf803d6b826f37a
1
# $NetBSD: Makefile,v 1.7 2008/08/29 00:02:22 gmcgarry Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
pom
5
MAN
=
pom
.6
6
DPADD
= ${
LIBM
}
7
LDADD
= -
lm
8
9
.
include
<
bsd.prog.mk
>