diff options
author | sevan <sevan@pkgsrc.org> | 2015-08-29 21:59:18 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-08-29 21:59:18 +0000 |
commit | cfc9ee5fa04923428c643871690e4d845ec9cc1b (patch) | |
tree | 2174ab780fc6d0179541af9248b83aa00c628f21 /pkgtools | |
parent | 663ab5888af0cb141c4a872898f15e6ff1966e0e (diff) | |
download | pkgsrc-cfc9ee5fa04923428c643871690e4d845ec9cc1b.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.in | 4 |
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 |