23 lines
348 B
Makefile
23 lines
348 B
Makefile
# $NetBSD: Makefile,v 1.13 2016/01/14 21:13:54 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
|
|
|
|
SUBDIR+= gettext diffutils texinfo rcs send-pr
|
|
|
|
.include <bsd.subdir.mk>
|