4 lines
73 B
Makefile
4 lines
73 B
Makefile
ifeq ($(CONFIG_TARGET_PACKAGE_PROCPS),y)
|
|
TARGET_PACKAGES += procps
|
|
endif
|