]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - cddl/sbin/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / cddl / sbin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= ${_zfs} ${_zpool}
6
7 .if ${MK_ZFS} != "no"
8 _zfs=   zfs
9 _zpool= zpool
10 .endif
11
12 .include <bsd.subdir.mk>