summaryrefslogtreecommitdiff
path: root/devel/bmake/files/make-conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/make-conf.h')
-rw-r--r--devel/bmake/files/make-conf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/bmake/files/make-conf.h b/devel/bmake/files/make-conf.h
index 732903a7122..0d433e7b26c 100644
--- a/devel/bmake/files/make-conf.h
+++ b/devel/bmake/files/make-conf.h
@@ -1,4 +1,4 @@
-/* $NetBSD: make-conf.h,v 1.1.1.4 2009/09/18 20:55:23 joerg Exp $ */
+/* $NetBSD: make-conf.h,v 1.1.1.5 2015/05/19 21:36:44 joerg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -133,6 +133,12 @@
#define SYSVVARSUB
/*
+ * GMAKEEXPORT
+ * Recognize gmake like variable export directives [export <VAR>=<VALUE>]
+ */
+#define GMAKEEXPORT
+
+/*
* SUNSHCMD
* Recognize SunOS and Solaris:
* VAR :sh= CMD # Assign VAR to the command substitution of CMD