
Story: 2005265 Task: 30083 Change-Id: Ibcae6539747beb9d641e7d5eef4c4ff7574a8b13 Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
12 lines
208 B
Makefile
12 lines
208 B
Makefile
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (C) 2019 Intel Corporation
|
|
#
|
|
|
|
MODULEDIR ?= /usr/share/puppet/modules
|
|
|
|
install:
|
|
install -d -m 0755 $(MODULEDIR)/dcmanager
|
|
cp -R dcmanager/ $(MODULEDIR)/
|