Home | History | Annotate | Line # | Download | only in gpl2
      1 #	$NetBSD: Makefile,v 1.15 2025/12/04 18:22:16 nia 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 ${MKBSDDIFF} == "no"
     13 SUBDIR+= diffutils
     14 .endif
     15 
     16 .if ${MKBSDGREP} == "no"
     17 SUBDIR+= grep
     18 .endif
     19 
     20 .if ${MKGROFF} != "no"
     21 SUBDIR+=        groff
     22 .endif
     23 
     24 .if ${MKDTC} != "no"
     25 SUBDIR+=	dtc
     26 .endif
     27 
     28 SUBDIR+= gettext texinfo rcs send-pr
     29 
     30 .include <bsd.subdir.mk>
     31