Add empty pkg-stage file to CLEANFILES if WITH_DVD=1.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-06-10 15:19:28 +00:00
parent e6e0247dc4
commit cd15d7f34e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267326

View File

@ -100,6 +100,9 @@ CLEANFILES= packagesystem *.txz MANIFEST system ${IMAGES}
CLEANFILES+= ${I}.xz
. endfor
.endif
. if defined(WITH_DVD) && !empty(WITH_DVD)
CLEANFILES+= pkg-stage
. endif
CLEANDIRS= dist ftp release bootonly dvd
beforeclean:
chflags -R noschg .