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= \
MACHINE \
@ -18,6 +18,7 @@ MKEXTRAVARS= \
MKCOMPAT \
MKCOMPATTESTS \
MKCOMPATMODULES \
MKDTC \
MKDYNAMICROOT \
MKMANPAGES \
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>
@ -17,6 +17,10 @@ SUBDIR+= grep
SUBDIR+= groff
.endif
.if ${MKDTC} != "no"
SUBDIR+= dtc
.endif
SUBDIR+= gettext diffutils texinfo rcs send-pr
.include <bsd.subdir.mk>