1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Fix typo.

Submitted by: Richard Wackerbarth <rkw@dataplex.net>
This commit is contained in:
Marcel Moolenaar 2000-01-03 12:16:18 +00:00
parent c292cf660e
commit e461bad7e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55337

View File

@ -51,7 +51,7 @@ SUBDIR!=cat ${SUBDIR_CHANGE}/${DIRPRFX}/subdirlist
.endif
.if defined(SUBDIR_CHANGE) && !empty(SUBDIR_CHANGE) && \
exists(${SUBDIR_CHANGE}/${DIRPRFX}/subdirlist)
exists(${SUBDIR_CHANGE}/${DIRPRFX}/subdiradd)
_SUBDIR_EXTRA!=cat ${SUBDIR_CHANGE}/${DIRPRFX}/subdiradd
.endif