mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 01:07:01 +00:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
include $(ONL)/make/config.mk
|
|
|
|
required_packages:
|
|
ifdef REQUIRED_PACKAGES
|
|
$(ONLPM) --require $(REQUIRED_PACKAGES)
|
|
endif
|