initial import (Boeing r1752, NRL r878)
This commit is contained in:
commit
f8f46d28be
394 changed files with 99738 additions and 0 deletions
15
scripts/xen/Makefile.am
Executable file
15
scripts/xen/Makefile.am
Executable file
|
@ -0,0 +1,15 @@
|
|||
# CORE
|
||||
# (c)2012 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
#
|
||||
# Makefile for installing Xen scripts.
|
||||
#
|
||||
|
||||
install-exec-hook:
|
||||
test -d "$(DESTDIR)/etc/init.d" || \
|
||||
mkdir -p $(DESTDIR)/etc/init.d
|
||||
test -d "$(DESTDIR)/etc/xen/scripts" && \
|
||||
cp -f linux/scripts/vif-core $(DESTDIR)/etc/xen/scripts
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue