1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1995-02-22 13:48:07 +00:00
|
|
|
|
1999-09-08 19:17:15 +00:00
|
|
|
SUBDIR =
|
|
|
|
SUBDIR += blank
|
|
|
|
SUBDIR += daemon
|
2002-03-23 12:36:19 +00:00
|
|
|
SUBDIR += dragon
|
1999-09-08 19:17:15 +00:00
|
|
|
SUBDIR += fade
|
|
|
|
SUBDIR += fire
|
|
|
|
SUBDIR += green
|
|
|
|
SUBDIR += logo
|
|
|
|
SUBDIR += rain
|
|
|
|
SUBDIR += snake
|
|
|
|
SUBDIR += star
|
|
|
|
SUBDIR += warp
|
1995-02-22 13:48:07 +00:00
|
|
|
|
2000-05-06 02:06:35 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
|
|
SUBDIR += apm
|
|
|
|
.endif
|
|
|
|
|
1995-02-22 13:48:07 +00:00
|
|
|
.include <bsd.subdir.mk>
|