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
Sync usage with man page.
[netbsd-mini2440.git]
/
games
/
hangman
/
Makefile
blob
32975532f0afce1e8d64e1e788f182fbcb042996
1
# $NetBSD: Makefile,v 1.6 1998/02/05 12:23:04 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
hangman
5
SRCS
=
endgame.c extern.c getguess.c getword.c main.c playgame.c \
6
prdata.c prman.c prword.c setup.c
7
MAN
=
hangman
.6
8
DPADD
= ${
LIBCURSES
}
9
LDADD
= -
lcurses
10
HIDEGAME
=
hidegame
11
12
.
include
<
bsd.prog.mk
>
13
14