xref: /dragonfly/games/Makefile (revision 1efcf41be2ab5dc10b26e8830d8ad970f685cc8e)
1#         @(#)Makefile        8.2 (Berkeley) 3/31/94
2# $FreeBSD: src/games/Makefile,v 1.16 1999/08/27 23:28:45 peter Exp $
3
4SUBDIR= adventure \
5          arithmetic \
6          atc \
7          backgammon \
8          banner \
9          battlestar \
10          bcd \
11          bs \
12          boggle \
13          caesar \
14          canfield \
15          cgram \
16          ching \
17          cribbage \
18          colorbars \
19          factor \
20          fish \
21          fortune \
22          gomoku \
23          grdc \
24          hack \
25          hals_end \
26          hangman \
27          hunt \
28          larn \
29          mille \
30          monop \
31          morse \
32          number \
33          phantasia \
34          pig \
35          pom \
36          ppt \
37          primes \
38          quiz \
39          rain \
40          random \
41          robots \
42          rogue \
43          sail \
44          snake \
45          tetris \
46          trek \
47          wargames \
48          worm \
49          worms \
50          wump
51
52# maximum parallelism
53#
54SUBDIR_ORDERED=
55
56.include <bsd.subdir.mk>
57