diff options
author | joerg <joerg> | 2007-07-02 14:03:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-02 14:03:34 +0000 |
commit | 40458912de627cb576815bf1474a03580bdd0a2f (patch) | |
tree | 14e14b01d3a69953bd3277b178dedbff95e9baea /mk/platform/Interix.mk | |
parent | f943fea7974f9e3f38cd09a35167a7d4ab4c7c46 (diff) | |
download | pkgsrc-40458912de627cb576815bf1474a03580bdd0a2f.tar.gz |
Remove RSH definition.
Diffstat (limited to 'mk/platform/Interix.mk')
-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 3defde3c3b7..cd8c447d084 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.51 2006/07/20 20:02:23 jlam Exp $ +# $NetBSD: Interix.mk,v 1.52 2007/07/02 14:03:40 joerg Exp $ # # Variable definitions for the Interix operating system. @@ -83,7 +83,6 @@ IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake IMAKEOPTS+= -DBuildHtmlManPages=NO PKGLOCALEDIR?= share PS?= /bin/ps -RSH?= /usr/bin/rsh SU?= /bin/su TYPE?= type # Shell builtin |