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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
games
/
primes
/
Makefile
blob
b0c7f0f0f6c639820286126e939f5efcfae7117b
1
# $NetBSD: Makefile,v 1.6 2002/09/18 06:16:41 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
primes
5
SRCS
=
pattern.c pr_tbl.c primes.c
6
MAN
=
primes
.6
7
DPADD
= ${
LIBM
}
8
LDADD
= -
lm
9
10
.
include
<
bsd.prog.mk
>