diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1998-08-30 20:58:16 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1998-08-30 20:58:16 +0000 |
commit | 0451ac36bd8a4c0da581de1b9e4cb47650829851 (patch) | |
tree | 11631e1cc123c837011efec72b837a8b85015bce /games | |
parent | 8472e43276ee964aeed46e8eb590049b0003d529 (diff) | |
download | src-0451ac36bd8a4c0da581de1b9e4cb47650829851.tar.gz src-0451ac36bd8a4c0da581de1b9e4cb47650829851.zip |
Split lines into one subdir per line.
Notes
Notes:
svn path=/head/; revision=38658
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 44 |
1 files changed, 39 insertions, 5 deletions
diff --git a/games/Makefile b/games/Makefile index ab3c0ac77c4b..74e055137643 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,11 +1,45 @@ # @(#)Makefile 8.2 (Berkeley) 3/31/94 -# $Id: Makefile,v 1.13 1997/09/11 02:52:59 peter Exp $ +# $Id: Makefile,v 1.14 1998/02/11 19:52:53 jdp Exp $ # XXX missing: chess ching monop [copyright] -SUBDIR= adventure arithmetic atc backgammon battlestar bcd bs caesar \ - canfield cribbage dm factor fish fortune grdc hack hangman \ - larn mille morse number phantasia piano pig pom ppt primes quiz \ - rain random robots rogue sail snake trek wargames worm worms \ +SUBDIR= adventure \ + arithmetic \ + atc \ + backgammon \ + battlestar \ + bcd \ + bs \ + caesar \ + canfield \ + cribbage \ + dm \ + factor \ + fish \ + fortune \ + grdc \ + hack \ + hangman \ + larn \ + mille \ + morse \ + number \ + phantasia \ + piano \ + pig \ + pom \ + ppt \ + primes \ + quiz \ + rain \ + random \ + robots \ + rogue \ + sail \ + snake \ + trek \ + wargames \ + worm \ + worms \ wump .include <bsd.subdir.mk> |