]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/Makefile
Fix the style of locore-v4.S and locore-v6.S to help find any common code.
[FreeBSD/FreeBSD.git] / games / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= \
6         caesar \
7         factor \
8         fortune \
9         grdc \
10         morse \
11         number \
12         pom \
13         primes \
14         random \
15         ${_tests}
16
17 .if ${MK_TESTS} != "no"
18 _tests= tests
19 .endif
20
21 .include <bsd.subdir.mk>