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/share/mk/bsd.sys.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.sys.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.168 retrieving revision 1.169 diff -u -p -r1.168 -r1.169 --- src/share/mk/bsd.sys.mk 2008/09/26 18:23:09 1.168 +++ src/share/mk/bsd.sys.mk 2008/10/05 20:20:55 1.169 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.sys.mk,v 1.168 2008/09/26 18:23:09 apb Exp $ +# $NetBSD: bsd.sys.mk,v 1.169 2008/10/05 20:20:55 apb Exp $ # # Build definitions used for NetBSD source tree builds. @@ -120,8 +120,6 @@ HOST_RANLIB?= ranlib HOST_LN?= ln -HOST_SED?= sed - .if !empty(HOST_CYGWIN) HOST_SH?= /usr/bin/bash .else