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.nls.mk,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- src/share/mk/bsd.nls.mk 2001/11/28 20:19:08 1.35 +++ src/share/mk/bsd.nls.mk 2002/01/03 19:11:17 1.36 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.nls.mk,v 1.35 2001/11/28 20:19:08 tv Exp $ +# $NetBSD: bsd.nls.mk,v 1.36 2002/01/03 19:11:17 tv Exp $ .include @@ -54,6 +54,6 @@ ${_F}: .MADE # no build at install ##### Clean rules cleannls: -.if !empty(NLS) +.if ${MKNLS} != "no" && !empty(NLS) rm -f ${NLSALL} .endif