summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorsevan <sevan>2015-08-29 21:59:18 +0000
committersevan <sevan>2015-08-29 21:59:18 +0000
commit85dd68ca355a5536bc908a393725fbb92aa99d9e (patch)
tree2174ab780fc6d0179541af9248b83aa00c628f21 /pkgtools
parentc2af69ba5b0f5056371a2e901a2e985c56f4f37b (diff)
downloadpkgsrc-85dd68ca355a5536bc908a393725fbb92aa99d9e.tar.gz
x86_64 is not referenced anywhere in the file, comment appears above if
statement regarding sparc64. s/x86_64/sparc64.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in b/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in
index 47048901c21..cfac597565a 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in
+++ b/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.bsd.own.mk.in,v 1.4 2014/05/10 23:01:26 ryoon Exp $
+# $NetBSD: OpenBSD.bsd.own.mk.in,v 1.5 2015/08/29 21:59:18 sevan Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -84,7 +84,7 @@ STRIPFLAG?= -s
# in environments where it's not possible to keep /sys publicly readable)
#SYS_INCLUDE= symlinks
-# Profiling and linting is also off on the x86_64 port at the moment.
+# Profiling and linting is also off on the sparc64 port at the moment.
.if ${MACHINE_ARCH} == "sparc64"
NOPROFILE=1
NOLINT=1