mined: move to minix/usr.bin/mined
As suggested in issue #43.
Historic Locations:
Prior to this commit
minix/commands/mined
Prior to commit 433d6423c3
commands
Change-Id: I374ab3ff0e3b9e47779fc21e80b47fda87698242
This commit is contained in:
parent
e6df9032b3
commit
93cdb3a735
7 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@ SUBDIR= add_route arp at backup btrace \
|
|||
intr ipcrm ipcs irdpd isoread \
|
||||
loadkeys loadramdisk logger look lp \
|
||||
lpd lspci mail MAKEDEV \
|
||||
mined \
|
||||
mount mt netconf \
|
||||
nonamed \
|
||||
postinstall prep printroot \
|
||||
|
|
|
@ -5,6 +5,7 @@ SUBDIR+= eepromread
|
|||
.endif # ${MACHINE_ARCH} == "earm"
|
||||
|
||||
SUBDIR+= grep
|
||||
SUBDIR+= mined
|
||||
SUBDIR+= ministat
|
||||
SUBDIR+= top
|
||||
SUBDIR+= toproto
|
||||
|
|
Loading…
Reference in a new issue