diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/games/Makefile b/games/Makefile index c907bd7..214a394 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,44 +1,17 @@ # @(#)Makefile 8.2 (Berkeley) 3/31/94 # $FreeBSD$ -SUBDIR= adventure \ - arithmetic \ - atc \ - backgammon \ - battlestar \ +SUBDIR= \ 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 + random .include <bsd.subdir.mk> |