recognize and handle carrier loss
[unix-history] / usr / src / games / Makefile
index c13e272..3ff3091 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    4.9     (Berkeley)      %G%
+#      Makefile        4.13    83/08/02
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -10,7 +10,7 @@ WORK= aard ddl mpu
 # Programs that live in subdirectories, and have makefiles of their own.
 #
 SUBDIR=        adventure backgammon boggle compat cribbage doctor fortune \
 # Programs that live in subdirectories, and have makefiles of their own.
 #
 SUBDIR=        adventure backgammon boggle compat cribbage doctor fortune \
-       mille monop quiz snake zork hangman
+       hangman mille monop quiz rogue sail snake trek zork
 
 # Shell scripts that need only be installed and are never removed.
 #
 
 # Shell scripts that need only be installed and are never removed.
 #
@@ -38,7 +38,9 @@ install:
        for i in ${SUBDIR}; do \
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
 #      for i in ${SCRIPT}; do (install -c $$i ${DESTDIR}/usr/games/$$i); done
        for i in ${SUBDIR}; do \
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
 #      for i in ${SCRIPT}; do (install -c $$i ${DESTDIR}/usr/games/$$i); done
-       for i in ${STD} ${NSTD}; do (install $$i ${DESTDIR}/usr/games/$$i); done
+       for i in ${STD} ${NSTD}; do \
+               (install -s $$i ${DESTDIR}/usr/games/$$i); \
+       done
        install -c chess.bin ${DESTDIR}/usr/games/lib/chess
        cat >${DESTDIR}/usr/games/lib/cfscores </dev/null
        chmod 777 ${DESTDIR}/usr/games/lib/cfscores
        install -c chess.bin ${DESTDIR}/usr/games/lib/chess
        cat >${DESTDIR}/usr/games/lib/cfscores </dev/null
        chmod 777 ${DESTDIR}/usr/games/lib/cfscores