summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorsmkelly <smkelly@FreeBSD.org>2003-06-28 04:46:45 +0000
committersmkelly <smkelly@FreeBSD.org>2003-06-28 04:46:45 +0000
commit10466ee3acc00960e3084e27381f1c9015c32ec5 (patch)
tree894870464a622401501918de59743c4c55520e7e /Makefile.inc1
parent19f91b5d1aa0d7417a8ac0ab20128c27cd41e3a1 (diff)
downloadFreeBSD-src-10466ee3acc00960e3084e27381f1c9015c32ec5.zip
FreeBSD-src-10466ee3acc00960e3084e27381f1c9015c32ec5.tar.gz
- Fix a typo.
PR: bin/53864 Submitted by: Lukas Ertl <l.ertl@univie.ac.at> Approved by: jeff (mentor)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 488d8fe..26367ab 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -94,7 +94,7 @@ SUBDIR+= etc
# rebuilt before you do them.
.if defined(LOCAL_DIRS)
.for _DIR in ${LOCAL_DIRS}
-.if exists(${.CURDIR}/${_DIR}) & exists(${.CURDIR}/${_DIR}/Makefile)
+.if exists(${.CURDIR}/${_DIR}) && exists(${.CURDIR}/${_DIR}/Makefile)
SUBDIR+= ${_DIR}
.endif
.endfor
OpenPOWER on IntegriCloud