1 # $NetBSD: Makefile,v 1.12 2016/01/14 04:21:48 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 rcs 21 22 .include <bsd.subdir.mk> 23