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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
games
/
wump
/
Makefile
blob
4470908c80854378957d37c860a79a3cd11c5e54
1
# $NetBSD: Makefile,v 1.9 2008/01/28 01:06:19 dholland Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
wump
7
MAN
=
wump
.6
8
HIDEGAME
=
hidegame
9
.if
${
MKSHARE
} !=
"no"
10
FILES
=
wump.
info
11
FILESDIR
=/
usr
/
share
/
games
12
.
endif
13
14
.
include
<
bsd.prog.mk
>