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/distrib/common/Makefile.makedev,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/common/Makefile.makedev,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- src/distrib/common/Makefile.makedev 2008/05/03 05:08:45 1.14 +++ src/distrib/common/Makefile.makedev 2008/10/25 22:27:34 1.15 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.makedev,v 1.14 2008/05/03 05:08:45 tsutsui Exp $ +# $NetBSD: Makefile.makedev,v 1.15 2008/10/25 22:27:34 apb Exp $ # # Makefile snippet to add ${MAKEDEVTARGETS} devices to the mtree list # (if set), otherwise copy .OBJDIR-of-etc/MAKEDEV to ./dev @@ -46,7 +46,8 @@ ${MAKEDEVSPEC}: ${MAKEDEVSCRIPT} -rm -f ${.TARGET} ${.TARGET}.tmp MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \ ${HOST_SH} ${MAKEDEVSCRIPT} -s ${MAKEDEVTARGETS} \ - | sed -e '/^\. type=dir/d' -e 's,^\.,./dev,' > ${.TARGET}.tmp \ + | ${TOOL_SED} -e '/^\. type=dir/d' -e 's,^\.,./dev,' \ + > ${.TARGET}.tmp \ && sort -o ${.TARGET} ${.TARGET}.tmp .else # ! MAKEDEVTARGETS