diff options
author | 1999-01-09 17:57:10 +0000 | |
---|---|---|
committer | 1999-01-09 17:57:10 +0000 | |
commit | 3aef42da3b5794140320b3e3cc80c96759e855e5 (patch) | |
tree | 3035991b68275f450f56369476384cfeecb1fe80 | |
parent | linux 2.2.0 is almost out, and my OpenBSD patch finally made it to the (diff) | |
download | wireguard-openbsd-3aef42da3b5794140320b3e3cc80c96759e855e5.tar.xz wireguard-openbsd-3aef42da3b5794140320b3e3cc80c96759e855e5.zip |
gprof heads the same set of conditions as gas&friends.
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index 79f73d6f9ce..a670b9b2f22 100644 --- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.28 1998/10/18 20:02:29 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.29 1999/01/09 17:57:10 espie Exp $ SUBDIRS= libiberty opcodes bfd MAN= @@ -12,17 +12,13 @@ MAN+= gdb/gdb.1 # some ports use all of binutils, some do not. .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \ (${MACHINE_ARCH} == "powerpc") -SUBDIRS+= binutils ld gas +SUBDIRS+= binutils ld gas gprof MAN+= binutils/ar.1 binutils/nm.1 \ binutils/objcopy.1 binutils/objdump.1 binutils/ranlib.1 \ binutils/size.1 binutils/strings.1 binutils/strip.1 \ gas/doc/as.1 gprof/gprof.1 ld/ld.1 .endif -.if (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha") -SUBDIRS+= gprof -.endif - # Used by the GNU Makefile ALL_MODULES=${SUBDIRS:S/^/all-/g} INSTALL_MODULES=${SUBDIRS:S/^/install-/g} |