mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
9 lines
151 B
Makefile
9 lines
151 B
Makefile
#
|
|
# Copyright (C) 2023 IOPSYS
|
|
#
|
|
|
|
|
|
define BbfdmInstallPlugin
|
|
$(INSTALL_DIR) $(1)/etc/bbfdm/plugins
|
|
$(INSTALL_DATA) $(2) $(1)/etc/bbfdm/plugins/
|
|
endef
|