1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5SUBDIR= \
6	bcd \
7	caesar \
8	factor \
9	fortune \
10	grdc \
11	morse \
12	number \
13	pom \
14	ppt \
15	primes \
16	random \
17	${_tests}
18
19.if ${MK_TESTS} != "no"
20_tests=	tests
21.endif
22
23.include <bsd.subdir.mk>
24