27 lines
390 B
Makefile
27 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/06/05 23:45:23 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if (${MKCVS} != "no")
|
|
SUBDIR+= xcvs
|
|
.endif
|
|
.if (${MKLVM} != "no")
|
|
SUBDIR+= lvm2
|
|
.endif
|
|
|
|
.if ${MKBSDGREP} == "no"
|
|
SUBDIR+= grep
|
|
.endif
|
|
|
|
.if ${MKGROFF} != "no"
|
|
SUBDIR+= groff
|
|
.endif
|
|
|
|
.if ${MKDTC} != "no"
|
|
SUBDIR+= dtc
|
|
.endif
|
|
|
|
SUBDIR+= gettext diffutils texinfo rcs send-pr
|
|
|
|
.include <bsd.subdir.mk>
|