2017-06-06 02:44:27 +03:00
|
|
|
# $NetBSD: Makefile,v 1.14 2017/06/05 23:45:23 christos Exp $
|
2009-04-08 20:30:12 +04:00
|
|
|
|
2008-12-19 18:24:03 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2009-04-08 21:24:55 +04:00
|
|
|
.if (${MKCVS} != "no")
|
2009-04-08 20:30:12 +04:00
|
|
|
SUBDIR+= xcvs
|
|
|
|
.endif
|
2008-12-19 18:24:03 +03:00
|
|
|
.if (${MKLVM} != "no")
|
2008-12-22 04:08:08 +03:00
|
|
|
SUBDIR+= lvm2
|
2008-12-19 18:24:03 +03:00
|
|
|
.endif
|
|
|
|
|
2016-01-11 01:22:16 +03:00
|
|
|
.if ${MKBSDGREP} == "no"
|
2016-01-11 01:19:41 +03:00
|
|
|
SUBDIR+= grep
|
2016-01-11 01:22:16 +03:00
|
|
|
.endif
|
2016-01-11 01:19:41 +03:00
|
|
|
|
2016-01-13 22:02:29 +03:00
|
|
|
.if ${MKGROFF} != "no"
|
|
|
|
SUBDIR+= groff
|
|
|
|
.endif
|
|
|
|
|
2017-06-06 02:44:27 +03:00
|
|
|
.if ${MKDTC} != "no"
|
|
|
|
SUBDIR+= dtc
|
|
|
|
.endif
|
|
|
|
|
2016-01-15 00:13:54 +03:00
|
|
|
SUBDIR+= gettext diffutils texinfo rcs send-pr
|
2016-01-13 01:58:52 +03:00
|
|
|
|
2008-12-19 18:24:03 +03:00
|
|
|
.include <bsd.subdir.mk>
|