mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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:
parent
e6e0247dc4
commit
cd15d7f34e
1 changed files with 3 additions and 0 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue