Date: Thu, 10 Feb 2011 19:13:54 +0000 (UTC) From: Giorgos Keramidas <keramida@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/mk bsd.own.mk Message-ID: <201102101914.p1AJEE9u060314@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
keramida 2011-02-10 19:13:54 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: SVN rev 218525 on 2011-02-10 19:13:54Z by keramida Add LIBEXECDIR to the bsd.own.mk vars, pointing to /usr/libexec by default Some of the patches we are preparing for porting ATF from NetBSD refer to '/usr/libexec' several times. Instead of repeating the path all over the place, add ${LIBEXECDIR} to match ${LIBDATADIR} and reduce the redundancy of the relevant makefiles. Submitted by: Garrett Cooper <yanegomi@gmail.com> Approved by: ru MFC after: 1 month Revision Changes Path 1.93 +3 -0 src/share/mk/bsd.own.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102101914.p1AJEE9u060314>