Module Name: src Committed By: lukem Date: Mon Apr 26 03:46:00 UTC 2010
Modified Files: src/share/mk: bsd.lib.mk Log Message: fix comment (so bracket matching works as intended) To generate a diff of this commit: cvs rdiff -u -r1.305 -r1.306 src/share/mk/bsd.lib.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.lib.mk diff -u src/share/mk/bsd.lib.mk:1.305 src/share/mk/bsd.lib.mk:1.306 --- src/share/mk/bsd.lib.mk:1.305 Tue Mar 2 20:49:18 2010 +++ src/share/mk/bsd.lib.mk Mon Apr 26 03:46:00 2010 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.lib.mk,v 1.305 2010/03/02 20:49:18 darran Exp $ +# $NetBSD: bsd.lib.mk,v 1.306 2010/04/26 03:46:00 lukem Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 .include <bsd.init.mk> @@ -414,7 +414,7 @@ .if ${LIBISPRIVATE} != "no" # No installation is required libinstall:: -.endif # ${LIBISPRIVATE} == "no" # { +.endif .if ${MKDEBUGLIB} != "no" _LIBS+=lib${LIB}_g.a