diff options
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 7926dec4..2b3d1707 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -39,7 +39,7 @@ ps w: psout.o ../libps/libps.a ../libihash/libihash.a storeinfo: ../libstore/libstore.a # We must include libthreads because of a bug in the way shared libraries # work: all libraries that *any* routine in libfshelp uses must be defined. -settrans: ../libfshelp/libfshelp.a ../libthreads/libthreads.a +settrans: ../libfshelp/libfshelp.a ../libports/libports.a ../libthreads/libthreads.a ps w hurdids settrans showtrans fsysopts storeinfo login vmstat portinfo \ devprobe: ../libshouldbeinlibc/libshouldbeinlibc.a |