summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--Makefile.inc3
-rw-r--r--arithmetic/Makefile3
-rw-r--r--atc/Makefile3
-rw-r--r--backgammon/Makefile3
-rw-r--r--backgammon/backgammon/Makefile3
-rw-r--r--backgammon/teachgammon/Makefile3
-rw-r--r--banner/Makefile3
-rw-r--r--battlestar/Makefile3
-rw-r--r--bcd/Makefile3
-rw-r--r--caesar/Makefile3
-rw-r--r--canfield/Makefile3
-rw-r--r--canfield/canfield/Makefile3
-rw-r--r--canfield/cfscores/Makefile3
-rw-r--r--cribbage/Makefile3
-rw-r--r--dm/Makefile3
-rw-r--r--factor/Makefile3
-rw-r--r--fish/Makefile3
-rw-r--r--fortune/Makefile3
-rw-r--r--fortune/datfiles/Makefile3
-rw-r--r--fortune/strfile/Makefile3
-rw-r--r--fortune/unstr/Makefile3
-rw-r--r--hack/Makefile3
-rw-r--r--hangman/Makefile3
-rw-r--r--larn/Makefile3
-rw-r--r--mille/Makefile3
-rw-r--r--monop/Makefile3
-rw-r--r--morse/Makefile3
-rw-r--r--number/Makefile3
-rw-r--r--pom/Makefile3
-rw-r--r--ppt/Makefile3
-rw-r--r--primes/Makefile3
-rw-r--r--quiz/Makefile3
-rw-r--r--rain/Makefile3
-rw-r--r--robots/Makefile3
-rw-r--r--rogue/Makefile3
-rw-r--r--sail/Makefile3
-rw-r--r--snake/Makefile3
-rw-r--r--snake/snake/Makefile3
-rw-r--r--snake/snscore/Makefile3
-rw-r--r--trek/Makefile3
-rw-r--r--wargames/Makefile3
-rw-r--r--worm/Makefile3
-rw-r--r--worms/Makefile3
-rw-r--r--wump/Makefile3
45 files changed, 90 insertions, 45 deletions
diff --git a/Makefile b/Makefile
index e9216426..8f5fc8ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.15.1.2 (Berkeley) 5/8/91
+# from: @(#)Makefile 5.15.1.2 (Berkeley) 5/8/91
+# $Id: Makefile,v 1.4 1993/08/01 05:46:30 mycroft Exp $
#Missing: adventure boggle ching dungeon hunt phantasia warp
diff --git a/Makefile.inc b/Makefile.inc
index b66e2f74..d2f6f3a9 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,4 +1,5 @@
-# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
+# from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
+# $Id: Makefile.inc,v 1.2 1993/08/01 05:46:27 mycroft Exp $
BINOWN?= games
.if defined(HIDEGAME)
diff --git a/arithmetic/Makefile b/arithmetic/Makefile
index 2ff01223..396326c1 100644
--- a/arithmetic/Makefile
+++ b/arithmetic/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.2 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:46:33 mycroft Exp $
PROG= arithmetic
MAN6= arithmetic.0
diff --git a/atc/Makefile b/atc/Makefile
index 1ffb5d5f..ff303bb1 100644
--- a/atc/Makefile
+++ b/atc/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.7 (Berkeley) 6/27/90
+# from: @(#)Makefile 5.7 (Berkeley) 6/27/90
+# $Id: Makefile,v 1.4 1993/08/01 05:46:23 mycroft Exp $
PROG= atc
CFLAGS+=-DBSD -I${.CURDIR} -I.
diff --git a/backgammon/Makefile b/backgammon/Makefile
index 01b2160a..ccdd8c19 100644
--- a/backgammon/Makefile
+++ b/backgammon/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 6/17/90
+# from: @(#)Makefile 5.1 (Berkeley) 6/17/90
+# $Id: Makefile,v 1.2 1993/08/01 05:46:17 mycroft Exp $
SUBDIR= backgammon teachgammon
diff --git a/backgammon/backgammon/Makefile b/backgammon/backgammon/Makefile
index 4f8856b0..88d3ffd9 100644
--- a/backgammon/backgammon/Makefile
+++ b/backgammon/backgammon/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.16 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.16 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:46:20 mycroft Exp $
PROG= backgammon
CFLAGS+=-DV7 -I${.CURDIR}/../common_source
diff --git a/backgammon/teachgammon/Makefile b/backgammon/teachgammon/Makefile
index d1bafcaa..aae1e271 100644
--- a/backgammon/teachgammon/Makefile
+++ b/backgammon/teachgammon/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:46:14 mycroft Exp $
PROG= teachgammon
CFLAGS+=-DV7 -I${.CURDIR}/../common_source
diff --git a/banner/Makefile b/banner/Makefile
index fbaa7688..213d4ec0 100644
--- a/banner/Makefile
+++ b/banner/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.4 (Berkeley) 7/25/90
+# from: @(#)Makefile 5.4 (Berkeley) 7/25/90
+# $Id: Makefile,v 1.2 1993/08/01 05:46:10 mycroft Exp $
PROG= banner
MAN6= banner.0
diff --git a/battlestar/Makefile b/battlestar/Makefile
index eed9c73e..79b6c810 100644
--- a/battlestar/Makefile
+++ b/battlestar/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.5 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.5 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:46:06 mycroft Exp $
PROG= battlestar
SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \
diff --git a/bcd/Makefile b/bcd/Makefile
index fef64ac8..db66a4bb 100644
--- a/bcd/Makefile
+++ b/bcd/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:46:02 mycroft Exp $
PROG= bcd
MAN6= bcd.0
diff --git a/caesar/Makefile b/caesar/Makefile
index c35de8f4..90f64991 100644
--- a/caesar/Makefile
+++ b/caesar/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.2 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:45:59 mycroft Exp $
PROG= caesar
MAN6= caesar.0
diff --git a/canfield/Makefile b/canfield/Makefile
index c077c47a..2fff16fc 100644
--- a/canfield/Makefile
+++ b/canfield/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 4/8/91
+# from: @(#)Makefile 5.1 (Berkeley) 4/8/91
+# $Id: Makefile,v 1.2 1993/08/01 05:45:51 mycroft Exp $
SUBDIR= canfield cfscores
diff --git a/canfield/canfield/Makefile b/canfield/canfield/Makefile
index 0ebac910..5bf1adc6 100644
--- a/canfield/canfield/Makefile
+++ b/canfield/canfield/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.7 (Berkeley) 4/8/91
+# from: @(#)Makefile 5.7 (Berkeley) 4/8/91
+# $Id: Makefile,v 1.3 1993/08/01 05:45:55 mycroft Exp $
PROG= canfield
MAN6= canfield.0
diff --git a/canfield/cfscores/Makefile b/canfield/cfscores/Makefile
index c4479ad7..74ca6cc2 100644
--- a/canfield/cfscores/Makefile
+++ b/canfield/cfscores/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.2 (Berkeley) 4/8/91
+# from: @(#)Makefile 5.2 (Berkeley) 4/8/91
+# $Id: Makefile,v 1.2 1993/08/01 05:45:46 mycroft Exp $
PROG= cfscores
CFLAGS+=-I${.CURDIR}/../canfield
diff --git a/cribbage/Makefile b/cribbage/Makefile
index 6a139c88..5b244d09 100644
--- a/cribbage/Makefile
+++ b/cribbage/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.11 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.11 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:45:43 mycroft Exp $
PROG= cribbage
DPADD= ${LIBCURSES} ${LIBTERM}
diff --git a/dm/Makefile b/dm/Makefile
index d0d552bd..d69a528c 100644
--- a/dm/Makefile
+++ b/dm/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.7 (Berkeley) 9/30/90
+# from: @(#)Makefile 5.7 (Berkeley) 9/30/90
+# $Id: Makefile,v 1.2 1993/08/01 05:45:39 mycroft Exp $
# -DLOG log games
PROG= dm
diff --git a/factor/Makefile b/factor/Makefile
index 846831b4..e4338080 100644
--- a/factor/Makefile
+++ b/factor/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.7 (Berkeley) 4/8/91
+# from: @(#)Makefile 5.7 (Berkeley) 4/8/91
+# $Id: Makefile,v 1.2 1993/08/01 05:45:35 mycroft Exp $
PROG= factor
SRCS= factor.c pr_tbl.c
diff --git a/fish/Makefile b/fish/Makefile
index b1847b71..6c6fc403 100644
--- a/fish/Makefile
+++ b/fish/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.5 (Berkeley) 1/18/91
+# from: @(#)Makefile 5.5 (Berkeley) 1/18/91
+# $Id: Makefile,v 1.2 1993/08/01 05:45:31 mycroft Exp $
PROG= fish
MAN6= fish.0
diff --git a/fortune/Makefile b/fortune/Makefile
index ccb5ba60..d912d072 100644
--- a/fortune/Makefile
+++ b/fortune/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.6 (Berkeley) 4/27/91
+# from: @(#)Makefile 5.6 (Berkeley) 4/27/91
+# $Id: Makefile,v 1.4 1993/08/01 05:45:23 mycroft Exp $
SUBDIR= fortune
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile
index 5e4d8724..d70c5115 100644
--- a/fortune/datfiles/Makefile
+++ b/fortune/datfiles/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.2 (Berkeley) 5/6/91
+# from: @(#)Makefile 5.2 (Berkeley) 5/6/91
+# $Id: Makefile,v 1.6 1993/08/01 05:45:27 mycroft Exp $
#
# set `OBSCENE' to "real" to have obscene fortunes installed,
diff --git a/fortune/strfile/Makefile b/fortune/strfile/Makefile
index 96ee7782..2b8af859 100644
--- a/fortune/strfile/Makefile
+++ b/fortune/strfile/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 4/27/91
+# from: @(#)Makefile 5.1 (Berkeley) 4/27/91
+# $Id: Makefile,v 1.2 1993/08/01 05:45:20 mycroft Exp $
PROG= strfile
NOMAN= noman
diff --git a/fortune/unstr/Makefile b/fortune/unstr/Makefile
index 12ce2289..c884c67d 100644
--- a/fortune/unstr/Makefile
+++ b/fortune/unstr/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 4/27/91
+# from: @(#)Makefile 5.1 (Berkeley) 4/27/91
+# $Id: Makefile,v 1.2 1993/08/01 05:45:17 mycroft Exp $
PROG= unstr
NOMAN= noman
diff --git a/hack/Makefile b/hack/Makefile
index 3abe9ec5..aa2aad74 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.10 (Berkeley) 12/8/90
+# from: @(#)Makefile 5.10 (Berkeley) 12/8/90
+# $Id: Makefile,v 1.4 1993/08/01 05:45:13 mycroft Exp $
PROG= hack
SRCS= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \
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 \
diff --git a/larn/Makefile b/larn/Makefile
index 58d6f814..9067a940 100644
--- a/larn/Makefile
+++ b/larn/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.9 (Berkeley) 7/25/90
+# from: @(#)Makefile 5.9 (Berkeley) 7/25/90
+# $Id: Makefile,v 1.4 1993/08/01 05:45:05 mycroft Exp $
# EXTRA
# Incorporates code to gather additional performance statistics
diff --git a/mille/Makefile b/mille/Makefile
index 2230f71a..b5472403 100644
--- a/mille/Makefile
+++ b/mille/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.10 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:45:03 mycroft Exp $
PROG= mille
SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
diff --git a/monop/Makefile b/monop/Makefile
index 7c07e5a4..ebc10825 100644
--- a/monop/Makefile
+++ b/monop/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.5 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.5 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.5 1993/08/01 05:45:00 mycroft Exp $
PROG= monop
SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c morg.c \
diff --git a/morse/Makefile b/morse/Makefile
index 22a5c91a..a189d968 100644
--- a/morse/Makefile
+++ b/morse/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:44:57 mycroft Exp $
PROG= morse
NOMAN= noman
diff --git a/number/Makefile b/number/Makefile
index 9ef23470..22699633 100644
--- a/number/Makefile
+++ b/number/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.2 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:44:54 mycroft Exp $
PROG= number
MAN6= number.0
diff --git a/pom/Makefile b/pom/Makefile
index bfae4b4f..e480a62c 100644
--- a/pom/Makefile
+++ b/pom/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:44:50 mycroft Exp $
PROG= pom
MAN6= pom.0
diff --git a/ppt/Makefile b/ppt/Makefile
index b766d40b..13700cbe 100644
--- a/ppt/Makefile
+++ b/ppt/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:44:46 mycroft Exp $
PROG= ppt
NOMAN= noman
diff --git a/primes/Makefile b/primes/Makefile
index ca68a7d8..a410af94 100644
--- a/primes/Makefile
+++ b/primes/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:44:42 mycroft Exp $
PROG= primes
SRCS= pattern.c pr_tbl.c primes.c
diff --git a/quiz/Makefile b/quiz/Makefile
index bd0642f1..a92f8078 100644
--- a/quiz/Makefile
+++ b/quiz/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.1 (Berkeley) 11/10/91
+# from: @(#)Makefile 5.1 (Berkeley) 11/10/91
+# $Id: Makefile,v 1.3 1993/08/01 05:44:38 mycroft Exp $
PROG= quiz
MAN6= quiz.0
diff --git a/rain/Makefile b/rain/Makefile
index 9f923ce9..b8a52cdc 100644
--- a/rain/Makefile
+++ b/rain/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:44:36 mycroft Exp $
PROG= rain
MAN6= rain.0
diff --git a/robots/Makefile b/robots/Makefile
index 0839805f..8085b27d 100644
--- a/robots/Makefile
+++ b/robots/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.10 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:44:33 mycroft Exp $
PROG= robots
CFLAGS+=-DMAX_PER_UID=5
diff --git a/rogue/Makefile b/rogue/Makefile
index 312a6115..53779b3c 100644
--- a/rogue/Makefile
+++ b/rogue/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.7 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.7 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:44:27 mycroft Exp $
PROG= rogue
CFLAGS+=-DUNIX -DUNIX_BSD4_2 -fwritable-strings
diff --git a/sail/Makefile b/sail/Makefile
index 28a37f0d..4e4df8e4 100644
--- a/sail/Makefile
+++ b/sail/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.10 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:44:23 mycroft Exp $
PROG= sail
SRCS= main.c pl_main.c pl_1.c pl_2.c pl_3.c pl_4.c pl_5.c pl_6.c pl_7.c \
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
diff --git a/trek/Makefile b/trek/Makefile
index 3460ec7e..d4c6d97f 100644
--- a/trek/Makefile
+++ b/trek/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.8 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.8 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:44:00 mycroft Exp $
PROG= trek
SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
diff --git a/wargames/Makefile b/wargames/Makefile
index f2fc076c..694274d6 100644
--- a/wargames/Makefile
+++ b/wargames/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 6/8/90
+# from: @(#)Makefile 5.3 (Berkeley) 6/8/90
+# $Id: Makefile,v 1.2 1993/08/01 05:43:55 mycroft Exp $
NOOBJ= noobj
all wargames clean cleandir depend lint tags:
diff --git a/worm/Makefile b/worm/Makefile
index 8e93b9fb..04e9c4a9 100644
--- a/worm/Makefile
+++ b/worm/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:43:48 mycroft Exp $
PROG= worm
MAN6= worm.0
diff --git a/worms/Makefile b/worms/Makefile
index a8219593..72b7f211 100644
--- a/worms/Makefile
+++ b/worms/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.3 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.3 1993/08/01 05:43:42 mycroft Exp $
PROG= worms
MAN6= worms.0
diff --git a/wump/Makefile b/wump/Makefile
index ecb49134..a641ee97 100644
--- a/wump/Makefile
+++ b/wump/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 5.4 (Berkeley) 5/11/90
+# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
+# $Id: Makefile,v 1.2 1993/08/01 05:43:34 mycroft Exp $
PROG= wump
MAN6= wump.0