repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove old rgdt, add \n to printf
[freebsd-src/fkvm-freebsd.git]
/
games
/
pom
/
Makefile
blob
332f3cf1aeafb4e214aad881a9a1296781ce7f19
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $FreeBSD$
3
4
PROG
=
pom
5
MAN
=
pom
.6
6
DPADD
= ${
LIBM
}
7
LDADD
= -
lm
8
9
WARNS?
=
6
10
11
.
include
<
bsd.prog.mk
>