freebsd-dev/games/Makefile

24 lines
229 B
Makefile
Raw Normal View History

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