diff --git a/src/bin/Jamfile b/src/bin/Jamfile index eb76db98b4..1aad72e8b6 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -34,7 +34,6 @@ StdBinCommands # csplit.c driveinfo.c # echo.c - eject.c error.c fortune.c finddir.c @@ -121,6 +120,7 @@ if $(TARGET_PLATFORM) = libbe_test { # standard commands that need libbe.so and libsupc++.so StdBinCommands alert.cpp + eject.cpp hey.cpp reindex.cpp resattr.cpp diff --git a/src/bin/eject.c b/src/bin/eject.cpp similarity index 100% rename from src/bin/eject.c rename to src/bin/eject.cpp