freebsd-dev/games/Makefile
Mark Murray dc2f663b39 Do not build the majority of the games. Remaining are the
"utility-like" games and everyone's favourite, fortune(6).
2002-10-20 11:18:56 +00:00

18 lines
184 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 3/31/94
# $FreeBSD$
SUBDIR= \
bcd \
caesar \
factor \
fortune \
grdc \
morse \
number \
pom \
ppt \
primes \
random
.include <bsd.subdir.mk>