add Berkeley copyright
[unix-history] / usr / src / games / Makefile
index 51ab6f5..3d1c1ac 100644 (file)
@@ -3,13 +3,18 @@
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms are permitted
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms are permitted
-# provided that this notice is preserved and that due credit is given
-# to the University of California at Berkeley. The name of the University
-# may not be used to endorse or promote products derived from this
-# software without specific prior written permission. This software
-# is provided ``as is'' without express or implied warranty.
+# provided that the above copyright notice and this paragraph are
+# duplicated in all such forms and that any documentation,
+# advertising materials, and other materials related to such
+# distribution and use acknowledge that the software was developed
+# by the University of California, Berkeley.  The name of the
+# University may not be used to endorse or promote products derived
+# from this software without specific prior written permission.
+# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
 #
-#      @(#)Makefile    5.10.1.1 (Berkeley) %G%
+#      @(#)Makefile    5.12 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -29,13 +34,13 @@ SCRIPT=     wargames
 
 # C sources that live in the current directory
 #
 
 # C sources that live in the current directory
 #
-SRCS=  arithmetic.c banner.c bcd.c factor.c fish.c number.c ppt.c primes.c \
-       rain.c worm.c worms.c wump.c
+SRCS=  arithmetic.c banner.c bcd.c factor.c fish.c morse.c number.c ppt.c \
+       primes.c rain.c worm.c worms.c wump.c
 
 # C programs that live in the current directory and do not need
 # explicit make lines.
 #
 
 # C programs that live in the current directory and do not need
 # explicit make lines.
 #
-STD=   arithmetic banner bcd factor fish number ppt wump
+STD=   arithmetic banner bcd factor fish morse number ppt wump
 
 # C programs that live in the current directory and need explicit make lines.
 #
 
 # C programs that live in the current directory and need explicit make lines.
 #
@@ -45,7 +50,7 @@ NSTD= primes rain worm worms
 HIDE=  fish wump worm
 
 # programs that don't
 HIDE=  fish wump worm
 
 # programs that don't
-NOHIDE=        arithmetic banner bcd factor number ppt primes rain worms
+NOHIDE=        arithmetic banner bcd factor morse number ppt primes rain worms
 
 # Programs that require a lisp interpreter or compiler
 LISP=  doctor
 
 # Programs that require a lisp interpreter or compiler
 LISP=  doctor