diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-04 19:29:17 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-04 19:29:17 +0000 |
commit | 30135487f2c153681c0643d1aefaeb11f710fe88 (patch) | |
tree | 66ea3bdcc2beefc5515b2cab3acca9e03953e996 /trans/Makefile | |
parent | 1083a1d539fd631d1f750e722d52c252330eecf2 (diff) |
(crash): New target.
Diffstat (limited to 'trans/Makefile')
-rw-r--r-- | trans/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile index d08aeb8e..0945ee0f 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -29,6 +29,7 @@ symlink magic: fsysServer.o ifsock: ifsockServer.o crash: crashServer.o crash_replyUser.o msgServer.o +crash: ../libports/libports.a ../libtrivfs/libtrivfs.a ../libthreads/libthreads.a ../libfshelp/libfshelp.a fifo new-fifo: ../libpipe/libpipe.a fwd new-fifo: ../libfshelp/libfshelp.a null ifsock fifo new-fifo devport: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a |