/libexec subdirs are part of the base system (for *.debug files)

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste
2015-10-14 19:19:44 +00:00
parent 65442a1bbd
commit 5ea4b6d5f6
+1 -1
View File
@@ -56,7 +56,7 @@ PROG_FULL=${PROG}.full
# Use ${DEBUGDIR} for base system debug files, else .debug subdirectory
.if defined(BINDIR) && (\
${BINDIR} == "/bin" ||\
${BINDIR} == "/libexec" ||\
${BINDIR:C%/libexec(/.*)?%/libexec%} == "/libexec" ||\
${BINDIR} == "/sbin" ||\
${BINDIR:C%/usr/(bin|bsdinstall|libexec|lpr|sendmail|sm.bin|sbin)(/.*)?%/usr/bin%} == "/usr/bin"\
)