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 | |
parent | f943fea7974f9e3f38cd09a35167a7d4ab4c7c46 (diff) | |
download | pkgsrc-40458912de627cb576815bf1474a03580bdd0a2f.tar.gz |
Remove RSH definition.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/AIX.mk | 3 | ||||
-rw-r--r-- | mk/platform/BSDOS.mk | 3 | ||||
-rw-r--r-- | mk/platform/Darwin.mk | 3 | ||||
-rw-r--r-- | mk/platform/DragonFly.mk | 3 | ||||
-rw-r--r-- | mk/platform/FreeBSD.mk | 3 | ||||
-rw-r--r-- | mk/platform/IRIX.mk | 3 | ||||
-rw-r--r-- | mk/platform/Interix.mk | 3 | ||||
-rw-r--r-- | mk/platform/Linux.mk | 3 | ||||
-rw-r--r-- | mk/platform/NetBSD.mk | 3 | ||||
-rw-r--r-- | mk/platform/OpenBSD.mk | 3 | ||||
-rw-r--r-- | mk/platform/SunOS.mk | 3 | ||||
-rw-r--r-- | mk/platform/UnixWare.mk | 3 |
12 files changed, 12 insertions, 24 deletions
diff --git a/mk/platform/AIX.mk b/mk/platform/AIX.mk index be60433bdea..babb7aac93f 100644 --- a/mk/platform/AIX.mk +++ b/mk/platform/AIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: AIX.mk,v 1.25 2006/07/20 20:02:23 jlam Exp $ +# $NetBSD: AIX.mk,v 1.26 2007/07/02 14:03:34 joerg Exp $ # # Variable definitions for the AIX operating system. @@ -9,7 +9,6 @@ PKGLOCALEDIR?= share PS?= /bin/ps # XXX: default from defaults/mk.conf. Verify/correct for this platform # and remove this comment. -RSH?= /usr/bin/rsh # AIX strip fails too easily. Use a wrapper script instead .if exists(${LOCALBASE}/bin/strip) STRIP?= ${LOCALBASE}/bin/strip diff --git a/mk/platform/BSDOS.mk b/mk/platform/BSDOS.mk index fbead83bbb4..4693933d2ff 100644 --- a/mk/platform/BSDOS.mk +++ b/mk/platform/BSDOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: BSDOS.mk,v 1.20 2006/07/20 20:02:23 jlam Exp $ +# $NetBSD: BSDOS.mk,v 1.21 2007/07/02 14:03:35 joerg Exp $ # # Variable definitions for the BSD/OS operating system. @@ -13,7 +13,6 @@ PKGLOCALEDIR?= share PS?= /bin/ps # XXX: default from defaults/mk.conf. Verify/correct for this platform # and remove this comment. -RSH?= /usr/bin/rsh SU?= /usr/bin/su # sh doesn't have built-in type TYPE?= which diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk index 56c787da790..172e6fc1bf6 100644 --- a/mk/platform/Darwin.mk +++ b/mk/platform/Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Darwin.mk,v 1.22 2006/10/06 14:28:46 joerg Exp $ +# $NetBSD: Darwin.mk,v 1.23 2007/07/02 14:03:37 joerg Exp $ # # Variable definitions for the Darwin operating system. @@ -12,7 +12,6 @@ PKGLOCALEDIR?= share PS?= /bin/ps # XXX: default from defaults/mk.conf. Verify/correct for this platform # and remove this comment. -RSH?= /usr/bin/rsh SU?= /usr/bin/su TYPE?= type # Shell builtin IMAKEOPTS+= -DBuildHtmlManPages=NO diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk index 34fd9aa8dd5..3b85e4f74ea 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.29 2007/06/18 08:14:54 joerg Exp $ +# $NetBSD: DragonFly.mk,v 1.30 2007/07/02 14:03:38 joerg Exp $ # # Variable definitions for the DragonFly operating system. @@ -9,7 +9,6 @@ IMAKEOPTS+= -DBuildHtmlManPages=NO PKGLOCALEDIR?= share PS?= /bin/ps PW?= /usr/sbin/pw -RSH?= /usr/bin/rsh SU?= /usr/bin/su TYPE?= type # Shell builtin diff --git a/mk/platform/FreeBSD.mk b/mk/platform/FreeBSD.mk index ff7350c9905..607df45bfda 100644 --- a/mk/platform/FreeBSD.mk +++ b/mk/platform/FreeBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: FreeBSD.mk,v 1.19 2006/07/20 20:02:23 jlam Exp $ +# $NetBSD: FreeBSD.mk,v 1.20 2007/07/02 14:03:40 joerg Exp $ # # Variable definitions for the FreeBSD operating system. @@ -8,7 +8,6 @@ IMAKEOPTS+= -DBuildHtmlManPages=NO PKGLOCALEDIR?= share PS?= /bin/ps PW?= /usr/sbin/pw -RSH?= /usr/bin/rsh SU?= /usr/bin/su TYPE?= type # Shell builtin diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk index 24c124181e9..fcefea5647b 100644 --- a/mk/platform/IRIX.mk +++ b/mk/platform/IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: IRIX.mk,v 1.28 2006/10/06 14:28:46 joerg Exp $ +# $NetBSD: IRIX.mk,v 1.29 2007/07/02 14:03:40 joerg Exp $ # # Variable definitions for the IRIX operating system. @@ -13,7 +13,6 @@ IMAKEOPTS+= -DManPath=${PREFIX}/man .endif PKGLOCALEDIR?= share PS?= /sbin/ps -RSH?= /usr/bsd/rsh SU?= /sbin/su TYPE?= /sbin/type 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 diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk index bc04ca66ad3..1b86f4ad36a 100644 --- a/mk/platform/Linux.mk +++ b/mk/platform/Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: Linux.mk,v 1.27 2006/11/18 07:48:06 rillig Exp $ +# $NetBSD: Linux.mk,v 1.28 2007/07/02 14:03:40 joerg Exp $ # # Variable definitions for the Linux operating system. @@ -9,7 +9,6 @@ PKGLOCALEDIR?= share PS?= /bin/ps # XXX: default from defaults/mk.conf. Verify/correct for this platform # and remove this comment. -RSH?= /usr/bin/rsh SU?= /bin/su TYPE?= type # Shell builtin diff --git a/mk/platform/NetBSD.mk b/mk/platform/NetBSD.mk index 52f641b63d4..0b3fadcb905 100644 --- a/mk/platform/NetBSD.mk +++ b/mk/platform/NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: NetBSD.mk,v 1.21 2006/07/20 20:02:23 jlam Exp $ +# $NetBSD: NetBSD.mk,v 1.22 2007/07/02 14:03:40 joerg Exp $ # # Variable definitions for the NetBSD operating system. @@ -10,7 +10,6 @@ ECHO_N?= ${ECHO} -n IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake PKGLOCALEDIR?= share PS?= /bin/ps -RSH?= /usr/bin/rsh SU?= /usr/bin/su TYPE?= type # Shell builtin diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk index 4de5dfa71d1..1adfc22a8dc 100644 --- a/mk/platform/OpenBSD.mk +++ b/mk/platform/OpenBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: OpenBSD.mk,v 1.24 2006/07/20 20:02:23 jlam Exp $ +# $NetBSD: OpenBSD.mk,v 1.25 2007/07/02 14:03:41 joerg Exp $ # # Variable definitions for the OpenBSD operating system. @@ -8,7 +8,6 @@ PKGLOCALEDIR?= share PS?= /bin/ps # XXX: default from defaults/mk.conf. Verify/correct for this platform # and remove this comment. -RSH?= /usr/bin/rsh SU?= /usr/bin/su TYPE?= type # Shell builtin diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index 9812112db28..c02b41b9b39 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.28 2006/10/06 14:31:32 joerg Exp $ +# $NetBSD: SunOS.mk,v 1.29 2007/07/02 14:03:41 joerg Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -8,7 +8,6 @@ PKGLOCALEDIR?= lib PS?= /bin/ps # XXX: default from defaults/mk.conf. Verify/correct for this platform # and remove this comment. -RSH?= /usr/bin/rsh SU?= /usr/bin/su TYPE?= /usr/bin/type diff --git a/mk/platform/UnixWare.mk b/mk/platform/UnixWare.mk index de6c3127b33..fbcbab62c2d 100644 --- a/mk/platform/UnixWare.mk +++ b/mk/platform/UnixWare.mk @@ -1,4 +1,4 @@ -# $NetBSD: UnixWare.mk,v 1.23 2006/10/06 14:28:46 joerg Exp $ +# $NetBSD: UnixWare.mk,v 1.24 2007/07/02 14:03:41 joerg Exp $ # # Variable definitions for the UnixWare 7 operating system. @@ -8,7 +8,6 @@ PKGLOCALEDIR?= lib PS?= /usr/bin/ps # XXX: default from defaults/mk.conf. Verify/correct for this platform # and remove this comment. -RSH?= /usr/bin/rsh SU?= /usr/bin/su TYPE?= /usr/bin/type |