summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-30 10:01:26 +0000
committerobrien <obrien@FreeBSD.org>2002-12-30 10:01:26 +0000
commitb09fc872b2d2fdaa712a0715495290f2382c2691 (patch)
tree669ab45509fdc62f6ded3370f1dc8623b8d4b50a /Makefile.inc1
parentb7966b7e16cedeee5752a6a5de7faec408d2e962 (diff)
downloadFreeBSD-src-b09fc872b2d2fdaa712a0715495290f2382c2691.zip
FreeBSD-src-b09fc872b2d2fdaa712a0715495290f2382c2691.tar.gz
Move elf2aout back to /usr/bin -- it is a general development tool, not
a sysadmin tool.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8c0cda1..7404433 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -663,7 +663,7 @@ _btxld= usr.sbin/btxld
.endif
.if ${TARGET_ARCH} == "sparc64"
-_elf2aout= usr.sbin/elf2aout
+_elf2aout= usr.bin/elf2aout
.endif
_xlint= usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint
OpenPOWER on IntegriCloud