diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-05 15:28:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-05 15:28:16 +0000 |
commit | 06cf5047e8e750bb6d47e6f35afa2273ea6e65c1 (patch) | |
tree | b7b8fdd0451a2f4bc126e2244b2b8881f22253f7 /usr.bin/gprof/Makefile | |
parent | 0ee74a4cfe530d0a456241b0fa3892e6ca9b9ff9 (diff) |
hppa not yet
Diffstat (limited to 'usr.bin/gprof/Makefile')
-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 |