diff options
author | obache <obache> | 2013-02-27 12:03:49 +0000 |
---|---|---|
committer | obache <obache> | 2013-02-27 12:03:49 +0000 |
commit | 183861fe6bf30faf9bdc65be635ade44836b9d56 (patch) | |
tree | 2a0d37ef311777c1e6c93652633781d8f86b5147 /mk | |
parent | 462080530c18a8460e6b525074aa256cf9ae9faa (diff) | |
download | pkgsrc-183861fe6bf30faf9bdc65be635ade44836b9d56.tar.gz |
introduce _OPSYS_EXE_SUFFIX, for platform specific executable suffix.
Diffstat (limited to 'mk')
-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 |