diff options
-rw-r--r-- | usr.bin/gprof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index b0a8248e8a2..7619b650bed 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 1998/07/06 15:19:31 millert Exp $ +# $OpenBSD: Makefile,v 1.8 2000/10/05 15:28:15 mickey Exp $ .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \ - (${MACHINE_ARCH} == "powerpc") + (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "hppa") NOPROG= .else PROG= gprof |