summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-24 15:29:12 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-24 15:29:12 +0000
commit54005de3d7af93a07a91559d64b50ca351af0292 (patch)
tree352a9c69fb166a5c6637c6fe4dfac3aeedcd732d /share
parentc4dc47cc0b0fcffeb35d7e35c16a74a0e4d4aa82 (diff)
profiling now works
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 125afe52690..93641a6569e 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.53 2001/09/02 14:34:14 art Exp $
+# $OpenBSD: bsd.own.mk,v 1.54 2001/09/24 15:29:11 art Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -113,7 +113,7 @@ NOPIC=
# don't try to generate PROFILED versions of libraries on machines
# which don't support profiling.
# to add this back use the following line
-.if (${MACHINE_ARCH} == "m88k") || (${MACHINE_ARCH} == "sparc64")
+.if (${MACHINE_ARCH} == "m88k")
#.if 0
NOPROFILE=
.endif