aboutsummaryrefslogtreecommitdiff
path: root/games/Makefile
blob: 4a3da52136ba3202821dc5be9dc617b5284a7376 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

.include <src.opts.mk>

SUBDIR= \
	caesar \
	factor \
	fortune \
	grdc \
	morse \
	number \
	pom \
	primes \
	random \
	${_tests}

.if ${MK_TESTS} != "no"
_tests=	tests
.endif

.include <bsd.subdir.mk>