1 # $NetBSD: Makefile,v 1.13.8.1 2017/07/18 17:32:50 snj 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 .if ${MKDTC} != "no" 21 SUBDIR+= dtc 22 .endif 23 24 SUBDIR+= gettext diffutils texinfo rcs send-pr 25 26 .include <bsd.subdir.mk> 27