summaryrefslogtreecommitdiffstats
path: root/hangman
diff options
context:
space:
mode:
Diffstat (limited to 'hangman')
-rw-r--r--hangman/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/hangman/Makefile b/hangman/Makefile
index 504cdde4..843cf8da 100644
--- a/hangman/Makefile
+++ b/hangman/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.7 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.7 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:45:09 mycroft Exp $
PROG= hangman
SRCS= endgame.c extern.c getguess.c getword.c main.c playgame.c \