=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.own.mk,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/share/mk/bsd.own.mk 1998/03/12 16:54:21 1.20 +++ src/share/mk/bsd.own.mk 1998/07/05 04:38:58 1.21 @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.20 1998/03/12 16:54:21 art Exp $ +# $OpenBSD: bsd.own.mk,v 1.21 1998/07/05 04:38:58 rahnds Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -89,7 +89,9 @@ # don't try to generate PROFILED versions of libraries on machines # which don't support profiling. -.if (${MACHINE_ARCH} == "powerpc") +# to add this back use the following line +#.if (${MACHINE_ARCH} == "UNSUPPORTED_ARCH") +.if 0 NOPROFILE= .endif