Home | History | Annotate | Line # | Download | only in gpl2
Makefile revision 1.4
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 2009/04/08 16:30:12 christos Exp $
      2  1.4  christos 
      3  1.2      haad .include <bsd.own.mk>
      4  1.2      haad 
      5  1.4  christos .if (${MKCVS} != "no"
      6  1.4  christos SUBDIR+= xcvs
      7  1.4  christos .endif
      8  1.2      haad .if (${MKLVM} != "no")
      9  1.3      haad SUBDIR+= lvm2
     10  1.2      haad .endif
     11  1.2      haad 
     12  1.2      haad .include <bsd.subdir.mk>
     13