summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-02-27 10:59:33 +0000
committerobache <obache@pkgsrc.org>2013-02-27 10:59:33 +0000
commit0674e02fa2eaebdf13f0562485a746036f1abb64 (patch)
tree80711632f9a2261e51129c3a120c1f5faf10a41e /mk
parentefd1126d9a83bed3b06ebc082a8a2a5cfb9a8820 (diff)
downloadpkgsrc-0674e02fa2eaebdf13f0562485a746036f1abb64.tar.gz
Drop Interix-ish, not for Cygwin.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Cygwin.mk25
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
###