pkg: rename tree.mk to core.mk

This commit is contained in:
Franco Fichtner 2018-09-22 20:23:57 +02:00
parent 0c0d4cfb6b
commit 225ba12ef8
3 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ ROOT= /usr/local/opnsense/contrib
TREES= base32 google-api-php-client IXR mobile-broadband-provider-info \
simplepie tzdata
.include "../Mk/tree.mk"
.include "../Mk/core.mk"

View File

@ -6,4 +6,4 @@ ROOT_man= /usr/local/share
EXTRAS= bootstrap
TREES_bootstrap=etc/pkg
.include "../Mk/tree.mk"
.include "../Mk/core.mk"