summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorreed <reed>2005-08-02 03:38:09 +0000
committerreed <reed>2005-08-02 03:38:09 +0000
commit6431e1efa973216444a8e1182776c1221bafb173 (patch)
treeee5c294d5b12ceab03c566c15b24a55f38b81177 /mk/platform
parentb99261ee2a7d5d38a1a51b95db8b6936f1238c05 (diff)
downloadpkgsrc-6431e1efa973216444a8e1182776c1221bafb173.tar.gz
Fix typo.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/AIX.mk4
-rw-r--r--mk/platform/BSDOS.mk4
-rw-r--r--mk/platform/Darwin.mk4
-rw-r--r--mk/platform/Linux.mk4
-rw-r--r--mk/platform/OpenBSD.mk4
-rw-r--r--mk/platform/SunOS.mk4
-rw-r--r--mk/platform/UnixWare.mk4
7 files changed, 14 insertions, 14 deletions
diff --git a/mk/platform/AIX.mk b/mk/platform/AIX.mk
index 224162e6072..ac5cee699b2 100644
--- a/mk/platform/AIX.mk
+++ b/mk/platform/AIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: AIX.mk,v 1.19 2005/08/02 00:23:31 reed Exp $
+# $NetBSD: AIX.mk,v 1.20 2005/08/02 03:38:09 reed Exp $
#
# Variable definitions for the AIX operating system.
@@ -7,7 +7,7 @@ ECHO_N?= ${ECHO} -n
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from defaults/mk.conf. Verify/corerct for this platform
+# 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
diff --git a/mk/platform/BSDOS.mk b/mk/platform/BSDOS.mk
index 057443c15e0..361ec1601a8 100644
--- a/mk/platform/BSDOS.mk
+++ b/mk/platform/BSDOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: BSDOS.mk,v 1.14 2005/08/02 00:23:31 reed Exp $
+# $NetBSD: BSDOS.mk,v 1.15 2005/08/02 03:38:09 reed Exp $
#
# Variable definitions for the BSD/OS operating system.
@@ -11,7 +11,7 @@ ECHO_N?= ${ECHO} -n
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from defaults/mk.conf. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/correct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /usr/bin/su
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index 48d2182509e..1a6b81f5a75 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.13 2005/08/02 00:23:31 reed Exp $
+# $NetBSD: Darwin.mk,v 1.14 2005/08/02 03:38:09 reed Exp $
#
# Variable definitions for the Darwin operating system.
@@ -10,7 +10,7 @@ LDD?= /usr/bin/otool -L
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from defaults/mk.conf. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/correct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /usr/bin/su
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk
index 8a9cdf3ec21..1f6f139e2e9 100644
--- a/mk/platform/Linux.mk
+++ b/mk/platform/Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.17 2005/08/02 00:23:31 reed Exp $
+# $NetBSD: Linux.mk,v 1.18 2005/08/02 03:38:09 reed Exp $
#
# Variable definitions for the Linux operating system.
@@ -7,7 +7,7 @@ IMAKE_MAKE?= ${GMAKE} # program which gets invoked by imake
IMAKEOPTS+= -DBuildHtmlManPages=NO
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from defaults/mk.conf. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/correct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /bin/su
diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk
index 25af567f772..8317f4e3e8b 100644
--- a/mk/platform/OpenBSD.mk
+++ b/mk/platform/OpenBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.18 2005/08/02 00:23:31 reed Exp $
+# $NetBSD: OpenBSD.mk,v 1.19 2005/08/02 03:38:09 reed Exp $
#
# Variable definitions for the OpenBSD operating system.
@@ -6,7 +6,7 @@ ECHO_N?= ${ECHO} -n
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from defaults/mk.conf. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/correct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /usr/bin/su
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk
index 38639d8f54e..bf50dc9855b 100644
--- a/mk/platform/SunOS.mk
+++ b/mk/platform/SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.18 2005/08/02 00:23:31 reed Exp $
+# $NetBSD: SunOS.mk,v 1.19 2005/08/02 03:38:09 reed Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -6,7 +6,7 @@ ECHO_N?= ${ECHO} -n
IMAKE_MAKE?= /usr/ccs/bin/make # program which gets invoked by imake
PKGLOCALEDIR?= lib
PS?= /bin/ps
-# XXX: default from defaults/mk.conf. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/correct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /usr/bin/su
diff --git a/mk/platform/UnixWare.mk b/mk/platform/UnixWare.mk
index 3d08765a6af..637106a18b5 100644
--- a/mk/platform/UnixWare.mk
+++ b/mk/platform/UnixWare.mk
@@ -1,4 +1,4 @@
-# $NetBSD: UnixWare.mk,v 1.15 2005/08/02 00:23:31 reed Exp $
+# $NetBSD: UnixWare.mk,v 1.16 2005/08/02 03:38:09 reed Exp $
#
# Variable definitions for the UnixWare 7 operating system.
@@ -6,7 +6,7 @@ ECHO_N?= ${ECHO} -n
IMAKE_MAKE?= /usr/ccs/bin/make # program which gets invoked by imake
PKGLOCALEDIR?= lib
PS?= /usr/bin/ps
-# XXX: default from defaults/mk.conf. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/correct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /usr/bin/su