diff options
author | obache <obache@pkgsrc.org> | 2013-02-27 12:03:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-02-27 12:03:49 +0000 |
commit | 2e0d6d27c91427a9b5b2df95465f2cc53f3726a0 (patch) | |
tree | 2a0d37ef311777c1e6c93652633781d8f86b5147 | |
parent | 2d3b8ed37577cd0ddc7c7b99d729a8b93ec6dba6 (diff) | |
download | pkgsrc-2e0d6d27c91427a9b5b2df95465f2cc53f3726a0.tar.gz |
introduce _OPSYS_EXE_SUFFIX, for platform specific executable suffix.
-rw-r--r-- | mk/platform/Cygwin.mk | 3 |
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 |