mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
make: allow to make use of WRKSRC and PKGDIR
This commit is contained in:
parent
9e4960c55a
commit
b885be004d
1 changed files with 2 additions and 2 deletions
|
|
@ -132,8 +132,8 @@ remove: check
|
|||
done
|
||||
|
||||
WRKDIR?=${.CURDIR}/work
|
||||
WRKSRC= ${WRKDIR}/src
|
||||
PKGDIR= ${WRKDIR}/pkg
|
||||
WRKSRC?=${WRKDIR}/src
|
||||
PKGDIR?=${WRKDIR}/pkg
|
||||
|
||||
package: check
|
||||
@rm -rf ${WRKSRC} ${PKGDIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue