- Fix a typo.

PR:		bin/53864
Submitted by:	Lukas Ertl <l.ertl@univie.ac.at>
Approved by:	jeff (mentor)
This commit is contained in:
Sean Kelly 2003-06-28 04:46:45 +00:00
parent 4294c2dc56
commit e372405047
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116939

View File

@ -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