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



                     




                                   
 
                     

             


                        
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR=	${_tests} ${_zfs} ${_zpool}

.if ${MK_TESTS} != "no"
_tests=	tests
.endif

.if ${MK_ZFS} != "no"
_zfs=	zfs
_zpool=	zpool
.endif

.include <bsd.subdir.mk>