Move elf2aout to usr.sbin/.

Approved by:	jake
This commit is contained in:
Ruslan Ermilov 2002-05-25 13:29:47 +00:00
parent 999ffea58a
commit 02c0301fa7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97279
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -40,7 +40,6 @@ SUBDIR= apply \
dirname \
du \
ee \
elf2aout \
enigma \
env \
expand \

View File

@ -26,6 +26,7 @@ SUBDIR= IPXrouted \
devinfo \
digictl \
edquota \
elf2aout \
extattrctl \
faithd \
fdcontrol \