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/external/bsd/file/Makefile.inc,v rcsdiff: /ftp/cvs/cvsroot/src/external/bsd/file/Makefile.inc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.5.8.1 diff -u -p -r1.5 -r1.5.8.1 --- src/external/bsd/file/Makefile.inc 2014/01/17 20:24:20 1.5 +++ src/external/bsd/file/Makefile.inc 2017/03/20 06:52:19 1.5.8.1 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.5 2014/01/17 20:24:20 martin Exp $ +# $NetBSD: Makefile.inc,v 1.5.8.1 2017/03/20 06:52:19 pgoyette Exp $ WARNS=4 DIST=${NETBSDSRCDIR}/external/bsd/file/dist @@ -20,8 +20,4 @@ CPPFLAGS+= -DMAGIC='"${MAGIC}"' -DHAVE_C -DELFCORE -DVERSION='"${VERSION}"' CPPFLAGS+= -I${.CURDIR}/../include -I${DIST}/src -.if ${ACTIVE_CC}=="gcc" && ${HAVE_GCC}=="48" -CPPFLAGS.readelf.c += -Wno-error=maybe-uninitialized -.endif - .PATH: ${DIST}/src ${DIST}/doc