aboutsummaryrefslogblamecommitdiff
path: root/cddl/usr.bin/Makefile
blob: 10d55215c0b3134d63df787041a16a4d9dde8006 (plain) (tree)
1
2
3
4
5
6
7
8
9

           
                      
 



                    
                     
                     
                 
 
                          
 
                     
                 
             
                  
      
 

                
                        
# $FreeBSD$

.include <src.opts.mk>

SUBDIR= \
	ctfconvert \
	ctfdump \
	ctfmerge \
	${_zinject} \
	${_zstream} \
	${_ztest}

SUBDIR.${MK_TESTS}+= tests

.if ${MK_ZFS} != "no"
_zinject= zinject
_ztest=	ztest
_zstream = zstream
.endif

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>