Home | History | Annotate | Line # | Download | only in gpl2
Makefile revision 1.11
      1 #	$NetBSD: Makefile,v 1.11 2016/01/14 00:38:30 christos Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if (${MKCVS} != "no")
      6 SUBDIR+= xcvs
      7 .endif
      8 .if (${MKLVM} != "no")
      9 SUBDIR+= lvm2
     10 .endif
     11 
     12 .if ${MKBSDGREP} == "no"
     13 SUBDIR+= grep
     14 .endif
     15 
     16 .if ${MKGROFF} != "no"
     17 SUBDIR+=        groff
     18 .endif
     19 
     20 SUBDIR+= gettext diffutils texinfo
     21 
     22 .include <bsd.subdir.mk>
     23