blob: 55c9ee578bd460dea654ffc50fc0133a373ba47b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-examples_Makefile,v 1.1 2013/05/15 06:58:50 jnemeth Exp $
--- examples/Makefile.orig 2011-10-20 19:05:41.000000000 +0200
+++ examples/Makefile 2011-10-26 13:55:46.000000000 +0200
@@ -1,5 +1,6 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
+XEN_CONFIG_DIR=${EGDIR}
# Init scripts.
XEND_INITD = init.d/xend
|