X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/a064b3d4a54711cb275024dbd6be19b0d249abe5..e8d5b8cf9ad8df8db4c9048ad337b6a0ceb40f1f:/usr/src/games/Makefile diff --git a/usr/src/games/Makefile b/usr/src/games/Makefile index 17fa71bfb4..8ef41d0599 100644 --- a/usr/src/games/Makefile +++ b/usr/src/games/Makefile @@ -1,4 +1,4 @@ -# Makefile 4.11 83/07/03 +# Makefile 4.15 84/12/03 # DESTDIR= CFLAGS= -O @@ -9,8 +9,8 @@ WORK= aard ddl mpu # Programs that live in subdirectories, and have makefiles of their own. # -SUBDIR= adventure backgammon boggle compat cribbage doctor fortune \ - hangman mille monop quiz sail snake trek zork +SUBDIR= adventure backgammon battlestar boggle compat cribbage doctor fortune \ + hangman hunt mille monop quiz rogue sail snake trek zork # 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 ${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