summaryrefslogtreecommitdiffstats
path: root/hangman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hangman/Makefile')
-rw-r--r--hangman/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/hangman/Makefile b/hangman/Makefile
new file mode 100644
index 00000000..bdb1d2c4
--- /dev/null
+++ b/hangman/Makefile
@@ -0,0 +1,13 @@
+# @(#)Makefile 5.7 (Berkeley) 5/11/90
+
+PROG= hangman
+SRCS= endgame.c extern.c getguess.c getword.c main.c playgame.c \
+ prdata.c prman.c prword.c setup.c
+MAN6= hangman.0
+DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
+LDADD= -lcurses -ltermlib -lcompat
+HIDEGAME=hidegame
+
+.include <bsd.prog.mk>
+
+