From 183861fe6bf30faf9bdc65be635ade44836b9d56 Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 27 Feb 2013 12:03:49 +0000 Subject: introduce _OPSYS_EXE_SUFFIX, for platform specific executable suffix. --- mk/platform/Cygwin.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/platform/Cygwin.mk b/mk/platform/Cygwin.mk index 418ad21dbcf..c1e26e431e6 100644 --- a/mk/platform/Cygwin.mk +++ b/mk/platform/Cygwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Cygwin.mk,v 1.8 2013/02/27 10:59:33 obache Exp $ +# $NetBSD: Cygwin.mk,v 1.9 2013/02/27 12:03:49 obache Exp $ # # Variable definitions for the Windows with Cygwin. @@ -40,6 +40,7 @@ ULIMIT_CMD_memorysize?= ulimit -v `ulimit -H -v` X11_TYPE?= native +_OPSYS_EXE_SUFFIX= .exe # executables may have suffix _OPSYS_HAS_INET6= yes # IPv6 is standard _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages -- cgit v1.2.3