Home | History | Annotate | Line # | Download | only in gpl2
Makefile revision 1.7
      1  1.7  christos #	$NetBSD: Makefile,v 1.7 2016/01/10 22:22:16 christos Exp $
      2  1.4  christos 
      3  1.2      haad .include <bsd.own.mk>
      4  1.2      haad 
      5  1.5  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.7  christos .if ${MKBSDGREP} == "no"
     13  1.6  christos SUBDIR+= grep
     14  1.7  christos .endif
     15  1.6  christos 
     16  1.2      haad .include <bsd.subdir.mk>
     17