diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-24 19:14:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-24 19:14:09 +0000 |
commit | d5f38b43a3b39ab801664535889c1dbee5eb0d55 (patch) | |
tree | 6424634ec220ff9cfec1224e4f422f57a14ec0ad /share | |
parent | b3fe4a6b5199e81079fe4fe09cbc4dffdfa5e83a (diff) |
Enable profiling libraries construction on m88k.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.own.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index cf87291445d..e9df42b950f 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.86 2004/07/08 01:29:23 pvalchev Exp $ +# $OpenBSD: bsd.own.mk,v 1.87 2004/07/24 19:14:08 miod Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -138,9 +138,7 @@ ASPICFLAG=-k # 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") -#.if 0 +.if 0 NOPROFILE= .endif |