blob: 33eb8f5a0475c2d0393203ccd68cdfad04432a3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
# $Id: Makefile,v 1.43 1996/11/03 21:07:05 jfitz Exp $
#
SUBDIR += acm
SUBDIR += crossfire
SUBDIR += gnuchess
SUBDIR += golddig
SUBDIR += jetpack
SUBDIR += nethack
SUBDIR += oneko
SUBDIR += qcc
SUBDIR += quakeserver
SUBDIR += spider
SUBDIR += tksol
SUBDIR += xasteroids
SUBDIR += xbill
SUBDIR += xblackjack
SUBDIR += xboard
SUBDIR += xboing
SUBDIR += xchomp
SUBDIR += xemeraldia
SUBDIR += xevil
SUBDIR += xgalaga
SUBDIR += xinvaders
SUBDIR += xjewel
SUBDIR += xkobo
SUBDIR += xlife
SUBDIR += xmahjongg
SUBDIR += xmille
SUBDIR += xmine
SUBDIR += xminesweep
SUBDIR += xmj
SUBDIR += xmris
SUBDIR += xneko
SUBDIR += xonix
SUBDIR += xpacman
SUBDIR += xpilot
SUBDIR += xpipeman
SUBDIR += xrisk
SUBDIR += xripple
SUBDIR += xroach
SUBDIR += xrobots
SUBDIR += xrubik
SUBDIR += xshisen
SUBDIR += xskat
SUBDIR += xsol
SUBDIR += xtetris
SUBDIR += xtic
SUBDIR += yamsweeper
.include <bsd.port.subdir.mk>
|