diff options
author | obache <obache> | 2013-02-27 10:59:33 +0000 |
---|---|---|
committer | obache <obache> | 2013-02-27 10:59:33 +0000 |
commit | 462080530c18a8460e6b525074aa256cf9ae9faa (patch) | |
tree | 80711632f9a2261e51129c3a120c1f5faf10a41e /mk/platform | |
parent | 182e6333f613fe05e42b9d4f43a5200bea10ae19 (diff) | |
download | pkgsrc-462080530c18a8460e6b525074aa256cf9ae9faa.tar.gz |
Drop Interix-ish, not for Cygwin.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Cygwin.mk | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/mk/platform/Cygwin.mk b/mk/platform/Cygwin.mk index 175e03be66c..418ad21dbcf 100644 --- a/mk/platform/Cygwin.mk +++ b/mk/platform/Cygwin.mk @@ -1,31 +1,8 @@ -# $NetBSD: Cygwin.mk,v 1.7 2013/02/23 05:41:04 obache Exp $ +# $NetBSD: Cygwin.mk,v 1.8 2013/02/27 10:59:33 obache Exp $ # # Variable definitions for the Windows with Cygwin. ### -### Overrides to standard BSD .mk files -### - -# "catinstall" not yet supported as there's no shipped [gn]roff -MANINSTALL= maninstall -MAKE_FLAGS+= MKCATPAGES=no NOLINT=1 - -### -### Alternate defaults to global pkgsrc settings, to help avoid -### some of the excessive Interix fork(2) overhead, and reduce the -### amount of settings required in the user's mk.conf -### - -INSTALL?= ${PREFIX}/bin/install-sh -PAX?= ${PREFIX}/bin/nbpax - -.if defined(BATCH) -BULK_PREREQ+= lang/perl5 -USE_BULK_BROKEN_CHECK?= no -USE_BULK_TIMESTAMPS?= no -.endif - -### ### Platform definitions common to pkgsrc/mk/platform/*.mk ### |