summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-02-27 12:03:49 +0000
committerobache <obache@pkgsrc.org>2013-02-27 12:03:49 +0000
commit6b6bcd0d2c2e035f99daccd3400fab2f0801f676 (patch)
tree2a0d37ef311777c1e6c93652633781d8f86b5147 /mk
parent0674e02fa2eaebdf13f0562485a746036f1abb64 (diff)
downloadpkgsrc-6b6bcd0d2c2e035f99daccd3400fab2f0801f676.tar.gz
introduce _OPSYS_EXE_SUFFIX, for platform specific executable suffix.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Cygwin.mk3
1 files changed, 2 insertions, 1 deletions
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