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
/
hunt
/
huntd
/
Makefile
blob
6a84ec57b30db2e443827b7a790ec0360bfc4050
1
# $NetBSD$
2
3
PROG
=
huntd
4
SRCS
=
answer.c ctl.c ctl_transact.c draw.c driver.c execute.c expl.c \
5
extern.c faketalk.c get_names.c makemaze.c pathname.c shots.c terminal.c
6
MAN
=
huntd
.6
7
8
.
include
<
bsd.prog.mk
>