config/storageconfig/storageconfig/Makefile
Erich Cordoba 05a26e9061 Add notices on Intel authored files.
Story: 2005265
Task: 30083

Change-Id: Ibcae6539747beb9d641e7d5eef4c4ff7574a8b13
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
2019-03-20 10:03:44 -06:00

18 lines
521 B
Makefile

#
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (C) 2019 Intel Corporation
#
INITDDIR ?= /etc/init.d/
GOENABLEDDIR ?= /etc/goenabled.d/
SYSTEMDDIR ?= /etc/systemd/system/
install:
install -d -m 755 $(INITDDIR)
install -p -D -m 700 storage_config $(INITDDIR)/storage_config
install -d -m 755 $(GOENABLEDDIR)
install -p -D -m 755 config_goenabled_check.sh $(GOENABLEDDIR)/config_goenabled_check.sh
install -d -m 755 $(SYSTEMDDIR)
install -p -D -m 664 storageconfig.service $(SYSTEMDDIR)/storageconfig.service