4 lines
60 B
Makefile
4 lines
60 B
Makefile
ifeq ($(strip $(BR2_PACKAGE_RSYNC)),y)
|
|
TARGETS+=rsync
|
|
endif
|
ifeq ($(strip $(BR2_PACKAGE_RSYNC)),y)
|
|
TARGETS+=rsync
|
|
endif
|