repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VFS: convert EINTR to EAGAIN for nonblocking I/O
[minix3.git]
/
games
/
random
/
Makefile
blob
a7fe642e1e097c652eee6a1de0235e29cbbf4da4
1
# $NetBSD: Makefile,v 1.5 2008/01/28 07:03:59 dholland Exp $
2
# @(#)Makefile 8.1 (Berkeley) 3/31/94
3
4
PROG
=
random
5
MAN
=
random
.6
6
7
.
include
<
bsd.prog.mk
>