Author: emaste
Date: Thu Oct 15 02:52:30 2015
New Revision: 289355
URL: https://svnweb.freebsd.org/changeset/base/289355
Log:
/usr/tests is part of the base system (for *.debug files)
Sponsored by: The FreeBSD Foundation
Modified:
head/share/mk/bsd.prog.mk
Modified: head/share/mk/bsd.prog.mk
==============================================================================
--- head/share/mk/bsd.prog.mk Thu Oct 15 02:27:16 2015 (r289354)
+++ head/share/mk/bsd.prog.mk Thu Oct 15 02:52:30 2015 (r289355)
@@ -58,7 +58,7 @@ PROG_FULL=${PROG}.full
${BINDIR} == "/bin" ||\
${BINDIR:C%/libexec(/.*)?%/libexec%} == "/libexec" ||\
${BINDIR} == "/sbin" ||\
-
${BINDIR:C%/usr/(bin|bsdinstall|libexec|lpr|sendmail|sm.bin|sbin)(/.*)?%/usr/bin%}
== "/usr/bin"\
+
${BINDIR:C%/usr/(bin|bsdinstall|libexec|lpr|sendmail|sm.bin|sbin|tests)(/.*)?%/usr/bin%}
== "/usr/bin"\
)
DEBUGFILEDIR= ${DEBUGDIR}${BINDIR}
.else
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"