diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-01 20:12:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-01 20:12:21 +0000 |
commit | bf218b01ecf13e51a1d49060bd8902f54c60afb1 (patch) | |
tree | e7a6bacc8ad45f9b1c6cbd7c5b0c253197bfe58c /trans/Makefile | |
parent | 28ccf79aac4addf4aba582e9cecfa8043bdd7a2f (diff) |
(crash): New target.
Diffstat (limited to 'trans/Makefile')
-rw-r--r-- | trans/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile index ee2e994f..7a8d3629 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -19,13 +19,16 @@ dir := trans makemode := servers targets = symlink ifsock magic null fifo new-fifo fwd devport -SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c devport.c +SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c devport.c \ + crash.c OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o include ../Makeconf symlink magic: fsysServer.o ifsock: ifsockServer.o +crash: crashServer.o crash_replyUser.o msgServer.o + 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 |