1# $NetBSD: Makefile,v 1.14 2017/06/05 23:45:23 christos Exp $ 2 3.include <bsd.own.mk> 4 5.if (${MKCVS} != "no") 6SUBDIR+= xcvs 7.endif 8.if (${MKLVM} != "no") 9SUBDIR+= lvm2 10.endif 11 12.if ${MKBSDGREP} == "no" 13SUBDIR+= grep 14.endif 15 16.if ${MKGROFF} != "no" 17SUBDIR+= groff 18.endif 19 20.if ${MKDTC} != "no" 21SUBDIR+= dtc 22.endif 23 24SUBDIR+= gettext diffutils texinfo rcs send-pr 25 26.include <bsd.subdir.mk> 27