opnsense-src/games/Makefile

24 lines
229 B
Makefile
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
.include <src.opts.mk>
SUBDIR= \
1998-08-30 16:58:16 -04:00
bcd \
caesar \
factor \
fortune \
grdc \
morse \
number \
pom \
ppt \
primes \
random \
${_tests}
.if ${MK_TESTS} != "no"
_tests= tests
.endif
.include <bsd.subdir.mk>