summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc12
-rw-r--r--usr.bin/Makefile1
-rw-r--r--usr.sbin/Makefile1
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f2443c6..f9b3184 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -633,7 +633,7 @@ _btxld= usr.sbin/btxld
.endif
.if ${TARGET_ARCH} == "sparc64"
-_elf2aout= usr.bin/elf2aout
+_elf2aout= usr.sbin/elf2aout
.endif
_xlint= usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index db2f2f2..0d7aaa1 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -40,7 +40,6 @@ SUBDIR= apply \
dirname \
du \
ee \
- elf2aout \
enigma \
env \
expand \
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 5bb02e7..a8bc67d 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -26,6 +26,7 @@ SUBDIR= IPXrouted \
devinfo \
digictl \
edquota \
+ elf2aout \
extattrctl \
faithd \
fdcontrol \
OpenPOWER on IntegriCloud