summaryrefslogtreecommitdiff
path: root/examples/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.inc')
-rw-r--r--examples/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.inc b/examples/Makefile.inc
index eadc408..1c1912d 100644
--- a/examples/Makefile.inc
+++ b/examples/Makefile.inc
@@ -1,9 +1,9 @@
CLEANDIRS += ${.CURDIR}/usr ${.CURDIR}/opt
-.ifdef SRCDIR_custom
+.ifdef SRCDIR_builtins
# regression test for mk-configure
MKC_CACHEDIR = ${.CURDIR}
-BUILTINSDIR = ${SRCDIR_custom}
+BUILTINSDIR = ${SRCDIR_builtins}
FEATURESDIR = ${SRCDIR_features}
SHRTOUT = no
.export MKC_CACHEDIR BUILTINSDIR FEATURESDIR SHRTOUT