4.4BSD snapshot (revision 8.1)
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 06:54:35 +0000 (22:54 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 06:54:35 +0000 (22:54 -0800)
SCCS-vsn: bin/Makefile 8.1
SCCS-vsn: bin/Makefile.inc 8.1
SCCS-vsn: games/Makefile 8.1
SCCS-vsn: games/Makefile.inc 8.1
SCCS-vsn: games/adventure/Makefile 8.1

usr/src/bin/Makefile
usr/src/bin/Makefile.inc
usr/src/games/Makefile
usr/src/games/Makefile.inc
usr/src/games/adventure/Makefile

index b104198..9d683cd 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.40 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) %G%
 
 # Missing: adb dd ed expr tar test
 SUBDIR=        cat chmod cp csh date df echo hostname kill ln ls \
 
 # Missing: adb dd ed expr tar test
 SUBDIR=        cat chmod cp csh date df echo hostname kill ln ls \
index 3124564..293411e 100644 (file)
@@ -1,3 +1,3 @@
-#      @(#)Makefile.inc        5.1 (Berkeley) %G%
+#      @(#)Makefile.inc        8.1 (Berkeley) %G%
 
 BINDIR?=       /bin
 
 BINDIR?=       /bin
index f539895..ab0b6b3 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.23 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) %G%
 
 Missing: adventure boggle ching dungeon hunt phantasia quiz warp 
 
 
 Missing: adventure boggle ching dungeon hunt phantasia quiz warp 
 
index c717028..e8f3889 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile.inc        5.1 (Berkeley) %G%
+#      @(#)Makefile.inc        8.1 (Berkeley) %G%
 
 BINOWN?=       games
 .if defined(HIDEGAME)
 
 BINOWN?=       games
 .if defined(HIDEGAME)
index 11ba998..43121ea 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) %G%
 
 PROG=  adventure
 SRCS=  main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
 
 PROG=  adventure
 SRCS=  main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c