Home | History | Annotate | Line # | Download | only in gpl2
Makefile revision 1.13
      1  1.13  christos #	$NetBSD: Makefile,v 1.13 2016/01/14 21:13:54 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.10  christos .if ${MKGROFF} != "no"
     17  1.10  christos SUBDIR+=        groff
     18  1.10  christos .endif
     19  1.10  christos 
     20  1.13  christos SUBDIR+= gettext diffutils texinfo rcs send-pr
     21   1.8  christos 
     22   1.2      haad .include <bsd.subdir.mk>
     23