Home | History | Annotate | Line # | Download | only in sbin
      1 #	$NetBSD: Makefile,v 1.1 2009/08/07 20:57:56 haad Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if !defined(MKZFS) || ${MKZFS} != "no"
      6 SUBDIR+=	zpool zfs
      7 .endif
      8 
      9 .include <bsd.subdir.mk>
     10