summaryrefslogtreecommitdiffstats
path: root/snake
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 05:37:30 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 05:37:30 +0000
commit48236419b31d93d9fca6ef3aad010044062dcb41 (patch)
tree07f1dd689cdf090b9ef51ab500107cae76ec1a50 /snake
parent77a53f7abbd4b93e916adc3d744feff0331b7612 (diff)
downloadbsdgames-darwin-48236419b31d93d9fca6ef3aad010044062dcb41.tar.gz
bsdgames-darwin-48236419b31d93d9fca6ef3aad010044062dcb41.tar.zst
bsdgames-darwin-48236419b31d93d9fca6ef3aad010044062dcb41.zip
Add RCS identifiers.
Diffstat (limited to 'snake')
-rw-r--r--snake/Makefile3
-rw-r--r--snake/snake/Makefile3
-rw-r--r--snake/snscore/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/snake/Makefile b/snake/Makefile
index c57d83ca..a58f6493 100644
--- a/snake/Makefile
+++ b/snake/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 2/28/91
+# from: @(#)Makefile 5.1 (Berkeley) 2/28/91
+# $Id: Makefile,v 1.2 1993/08/01 05:44:08 mycroft Exp $
SUBDIR= snake snscore
diff --git a/snake/snake/Makefile b/snake/snake/Makefile
index 1c78a65e..3f4b9e44 100644
--- a/snake/snake/Makefile
+++ b/snake/snake/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.11 (Berkeley) 2/28/91
+# from: @(#)Makefile 5.11 (Berkeley) 2/28/91
+# $Id: Makefile,v 1.3 1993/08/01 05:44:15 mycroft Exp $
PROG= snake
SRCS= snake.c move.c
diff --git a/snake/snscore/Makefile b/snake/snscore/Makefile
index 3310300b..28768f32 100644
--- a/snake/snscore/Makefile
+++ b/snake/snscore/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.2 (Berkeley) 2/28/91
+# from: @(#)Makefile 5.2 (Berkeley) 2/28/91
+# $Id: Makefile,v 1.2 1993/08/01 05:44:03 mycroft Exp $
PROG= snscore
CFLAGS+=-I${.CURDIR}/../snake