mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Long story short: we don't want contrib code inside src/opnsense/contrib so a few things need to be shuffled. First pass is moving the current contrib stuff to the same location instead and migrating the non-code tzdata file.
5 lines
113 B
Makefile
5 lines
113 B
Makefile
ROOT= /usr/local/opnsense/contrib
|
|
TREES= mobile-broadband-provider-info openvpn tzdata
|
|
|
|
.include "../Mk/tree.mk"
|