1 # $NetBSD: Makefile,v 1.7 2016/01/10 22:22:16 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 .include <bsd.subdir.mk> 17