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.files.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.files.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- src/share/mk/bsd.files.mk 2007/12/11 14:06:04 1.38 +++ src/share/mk/bsd.files.mk 2008/08/25 08:11:04 1.39 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.files.mk,v 1.38 2007/12/11 14:06:04 lukem Exp $ +# $NetBSD: bsd.files.mk,v 1.39 2008/08/25 08:11:04 lukem Exp $ .if !defined(_BSD_FILES_MK_) _BSD_FILES_MK_=1 @@ -94,7 +94,7 @@ configfilesinstall:: ${_F} BUILDSYMLINKS.s+= ${_SL} BUILDSYMLINKS.t+= ${_TL} ${_TL}: ${_SL} - ${_MKTARGET_CREATE} + ${_MKMSG} "symlink " ${.CURDIR:T}/${.TARGET} rm -f ${.TARGET} ln -s ${.ALLSRC} ${.TARGET} .endfor