diff options
author | joerg <joerg> | 2009-04-01 12:04:41 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-01 12:04:41 +0000 |
commit | e6dca6880f41c04cc91f5b8294889f5afc02b56f (patch) | |
tree | 6f62a33a78dcf7757ffee559bf94ab2ce8a3d590 | |
parent | 619cc000de597ad9498db2980e8454ca8e78cea3 (diff) | |
download | pkgsrc-e6dca6880f41c04cc91f5b8294889f5afc02b56f.tar.gz |
Remove PAX definition, it is not forcefully installed as part of the
bootstrap any longer, so this is plainly wrong.
-rw-r--r-- | mk/platform/Interix.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index 1d47ba1e2d9..2de0b7d3024 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.58 2008/09/22 17:11:02 ahoka Exp $ +# $NetBSD: Interix.mk,v 1.59 2009/04/01 12:04:41 joerg Exp $ # # Variable definitions for the Interix operating system. @@ -62,7 +62,6 @@ WRAPPER_SHELL?= ${PREFIX}/bin/nbsh .endif INSTALL?= ${PREFIX}/bin/install-sh -PAX?= ${PREFIX}/bin/pax SED?= ${PREFIX}/bin/nbsed GCC_USE_SYMLINKS?= yes |