mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 15:06:40 -04:00
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
$NetBSD: patch-examples_Makefile,v 1.2 2015/08/23 16:17:12 spz Exp $
|
|
|
|
--- examples/Makefile.orig 2014-09-02 06:22:57.000000000 +0000
|
|
+++ examples/Makefile
|
|
@@ -1,5 +1,6 @@
|
|
XEN_ROOT = $(CURDIR)/../..
|
|
include $(XEN_ROOT)/tools/Rules.mk
|
|
+XEN_CONFIG_DIR=${EGDIR}
|
|
|
|
# Init scripts.
|
|
XEND_INITD = init.d/xend
|