e08365abf5
Change-Id: I7a2ad5a39f9326f4b6a2dfc49303f980dd824dc3 Story: 2004043 Task: 27542 Signed-off-by: Marcela Rosales <marcela.a.rosales.jimenez@intel.com>
13 lines
298 B
Makefile
13 lines
298 B
Makefile
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
install:
|
|
install -d $(DEST_DIR)$(UNIT_DIR)
|
|
install -m 644 *.service $(DEST_DIR)$(UNIT_DIR)
|
|
install -d $(DEST_DIR)/etc/init.d
|
|
install sm-watchdog sm-eru $(DEST_DIR)/etc/init.d
|
|
install -d $(DEST_DIR)/etc/pmon.d
|
|
install *.conf $(DEST_DIR)/etc/pmon.d
|
|
|