repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
games
/
arithmetic
/
Makefile
blob
0ef580e762fb842ba288c95bb446d215170088a5
1
# $NetBSD: Makefile,v 1.4 1995/03/21 11:59:28 cgd Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
arithmetic
5
MAN
=
arithmetic
.6
6
HIDEGAME
=
hidegame
7
8
.
include
<
bsd.prog.mk
>