Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.316 retrieving revision 1.317.2.1 diff -u -p -r1.316 -r1.317.2.1 --- src/Makefile 2015/07/23 08:03:25 1.316 +++ src/Makefile 2017/04/26 02:52:13 1.317.2.1 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.316 2015/07/23 08:03:25 mrg Exp $ +# $NetBSD: Makefile,v 1.317.2.1 2017/04/26 02:52:13 pgoyette Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -136,7 +136,7 @@ _SRC_TOP_OBJ_= # _SUBDIR is used to set SUBDIR, after removing directories that have # BUILD_${dir}=no, or that have no ${dir}/Makefile. # -_SUBDIR= tools lib include gnu external crypto/external bin games +_SUBDIR= tools lib include external crypto/external bin games _SUBDIR+= libexec sbin usr.bin _SUBDIR+= usr.sbin share sys etc tests compat _SUBDIR+= .WAIT rescue .WAIT distrib regress @@ -163,7 +163,7 @@ afterinstall: .PHONY .MAKE ${MAKEDIRTARGET} share/man makedb .endif .if (${MKUNPRIVED} != "no" && ${MKINFO} != "no") - ${MAKEDIRTARGET} gnu/usr.bin/texinfo/install-info infodir-meta + ${MAKEDIRTARGET} external/gpl2/texinfo/bin/install-info infodir-meta .endif .if !defined(NOPOSTINSTALL) ${MAKEDIRTARGET} . postinstall-check @@ -249,7 +249,6 @@ BUILDTARGETS+= do-obsolete .ORDER: ${BUILDTARGETS} includes-lib: .PHONY includes-include includes-sys -includes-gnu: .PHONY includes-lib # # Record the values of variables that might affect the build.