Module Name: src Committed By: matt Date: Sat Jun 27 17:03:30 UTC 2015
Modified Files: src/external/mit/xorg/bin/xedit/lisp: Makefile src/external/mit/xorg/bin/xedit/mp: Makefile src/external/mit/xorg/bin/xedit/re: Makefile Log Message: Use LIBISPRIVATE, not MKPRIVATELIB To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xedit/lisp/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xedit/mp/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xedit/re/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/mit/xorg/bin/xedit/lisp/Makefile diff -u src/external/mit/xorg/bin/xedit/lisp/Makefile:1.3 src/external/mit/xorg/bin/xedit/lisp/Makefile:1.4 --- src/external/mit/xorg/bin/xedit/lisp/Makefile:1.3 Thu Aug 11 23:15:35 2011 +++ src/external/mit/xorg/bin/xedit/lisp/Makefile Sat Jun 27 17:03:30 2015 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2011/08/11 23:15:35 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2015/06/27 17:03:30 matt Exp $ -MKPRIVATELIB= yes +LIBISPRIVATE= yes .include <bsd.own.mk> Index: src/external/mit/xorg/bin/xedit/mp/Makefile diff -u src/external/mit/xorg/bin/xedit/mp/Makefile:1.1.1.1 src/external/mit/xorg/bin/xedit/mp/Makefile:1.2 --- src/external/mit/xorg/bin/xedit/mp/Makefile:1.1.1.1 Tue Jul 29 05:01:22 2008 +++ src/external/mit/xorg/bin/xedit/mp/Makefile Sat Jun 27 17:03:30 2015 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2015/06/27 17:03:30 matt Exp $ -MKPRIVATELIB= yes +LIBISPRIVATE= yes .include <bsd.own.mk> Index: src/external/mit/xorg/bin/xedit/re/Makefile diff -u src/external/mit/xorg/bin/xedit/re/Makefile:1.1.1.1 src/external/mit/xorg/bin/xedit/re/Makefile:1.2 --- src/external/mit/xorg/bin/xedit/re/Makefile:1.1.1.1 Tue Jul 29 05:01:22 2008 +++ src/external/mit/xorg/bin/xedit/re/Makefile Sat Jun 27 17:03:30 2015 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2015/06/27 17:03:30 matt Exp $ -MKPRIVATELIB= yes +LIBISPRIVATE= yes .include <bsd.own.mk>