mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
$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
|