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
kernel/acpica: Remove no longer needed #include.
[dragonfly.git]
/
games
/
random
/
Makefile
blob
4e44b9bed3ad6034ac0f1df6fcbfcf1f3347e8e9
1
# @(#)Makefile 8.1 (Berkeley) 3/31/94
2
# $FreeBSD: src/games/random/Makefile,v 1.1.1.1.14.2 2003/02/15 10:34:35 seanc Exp $
3
# $DragonFly: src/games/random/Makefile,v 1.4 2006/10/08 16:22:36 pavalos Exp $
4
5
PROG
=
random
6
MAN
=
random
.6
7
SRCS
=
random.c randomize_fd.c
8
9
.
include
<
bsd.prog.mk
>