aboutsummaryrefslogblamecommitdiff
path: root/games/Makefile
blob: 4a3da52136ba3202821dc5be9dc617b5284a7376 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
 
                      
 
         
                
                

                 

                
             
                





                       
 
                        
# $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>