This commit is contained in:
christos 2017-06-05 23:44:27 +00:00
parent 7f85e44d1f
commit 5b3fb03fcc
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mkvars.mk,v 1.31 2017/04/21 22:46:26 christos Exp $ # $NetBSD: mkvars.mk,v 1.32 2017/06/05 23:44:27 christos Exp $
MKEXTRAVARS= \ MKEXTRAVARS= \
MACHINE \ MACHINE \
@ -18,6 +18,7 @@ MKEXTRAVARS= \
MKCOMPAT \ MKCOMPAT \
MKCOMPATTESTS \ MKCOMPATTESTS \
MKCOMPATMODULES \ MKCOMPATMODULES \
MKDTC \
MKDYNAMICROOT \ MKDYNAMICROOT \
MKMANPAGES \ MKMANPAGES \
MKSLJIT \ MKSLJIT \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2016/01/14 21:13:54 christos Exp $ # $NetBSD: Makefile,v 1.14 2017/06/05 23:45:23 christos Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
@ -17,6 +17,10 @@ SUBDIR+= grep
SUBDIR+= groff SUBDIR+= groff
.endif .endif
.if ${MKDTC} != "no"
SUBDIR+= dtc
.endif
SUBDIR+= gettext diffutils texinfo rcs send-pr SUBDIR+= gettext diffutils texinfo rcs send-pr
.include <bsd.subdir.mk> .include <bsd.subdir.mk>