summaryrefslogtreecommitdiffstats
path: root/targets/Makefile.inc
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2014-11-30 18:45:46 +0000
committersjg <sjg@FreeBSD.org>2014-11-30 18:45:46 +0000
commitf7ea95e7a35c8e220c0216b7319189cf9679ae29 (patch)
treed79afc6f54559041ce0988fbfe99e39fcac9d67c /targets/Makefile.inc
parent5a7fe0500dbd8b7df2ac081e83ad33237c0fdec1 (diff)
downloadFreeBSD-src-f7ea95e7a35c8e220c0216b7319189cf9679ae29.zip
FreeBSD-src-f7ea95e7a35c8e220c0216b7319189cf9679ae29.tar.gz
Renamed pkgs/ targets/
Diffstat (limited to 'targets/Makefile.inc')
-rw-r--r--targets/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/Makefile.inc b/targets/Makefile.inc
index 58d19c8..2dc3b81 100644
--- a/targets/Makefile.inc
+++ b/targets/Makefile.inc
@@ -6,9 +6,9 @@ __${_this}__:
_CURDIR ?= ${.CURDIR}
_OBJDIR ?= ${.OBJDIR}
-.if ${RELDIR:Mpkgs/*} != "" || ${RELDIR} == "."
+.if ${RELDIR:Mtargets/*} != "" || ${RELDIR} == "."
-.if ${.MAKE.LEVEL} == 0 && ${RELDIR:Mpkgs/*} != ""
+.if ${.MAKE.LEVEL} == 0 && ${RELDIR:Mtargets/*} != ""
.if make(bootstrap*) || !exists(${_CURDIR}/${.MAKE.DEPENDFILE:T})
_bootstrap_dirdeps = yes
.else
OpenPOWER on IntegriCloud