repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a manual page explaining the format of /etc/manpath.config.
[dragonfly/vkernel-mp.git]
/
games
/
primes
/
Makefile
blob
b5e469eb18dbc860635f88df177cd9351dd27eeb
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $DragonFly: src/games/primes/Makefile,v 1.3 2006/10/08 18:22:36 pavalos Exp $
3
4
PROG
=
primes
5
SRCS
=
pattern.c pr_tbl.c primes.c
6
NOMAN
=
noman
7
DPADD
= ${
LIBM
}
8
LDADD
= -
lm
9
10
.
include
<
bsd.prog.mk
>