Fix a make(1) syntax error.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-12 00:32:28 +00:00
parent 99f888885d
commit 1baab0b301
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282790

View file

@ -69,6 +69,7 @@ iso-images-stage:
. if exists(/R/${IMAGE}.xz)
cp -p ${RELEASEDIR}/${IMAGE}.xz \
${ISO_DIR}/${OSRELEASE}-${IMAGE}.xz
. endfor
. endif
.endif