summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-04-01 04:30:15 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-04-01 04:30:15 +0000
commit822fd4a6ed4f76088e7717d61d6a4c409548e37a (patch)
treec99b06721bd9f45d008f4ed9ef60e6ba4d759b94 /gnu/usr.bin/binutils
parent39eb6fd31bcffb268ce5cc5cfc86d75b8ffa18ca (diff)
include gprof for ports that are not gdb-only
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index f5884665b33..12b73e9c398 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.21 1998/03/29 22:17:17 niklas Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.22 1998/04/01 04:30:14 millert Exp $
SUBDIRS= libiberty opcodes bfd
MAN=
@@ -12,7 +12,7 @@ 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 \