+Wed Nov 13 10:00:05 1996 Ezra Peisach <epeisach@mit.edu>
+
+ * Makefile.in (clean): Remove test programs and objects.
+
Tue Nov 12 16:27:51 1996 Barry Jaspan <bjaspan@mit.edu>
* lib/helpers.exp, client.c, server.c, config/unix.exp,
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -I.
+OBJS= client.o rpc_test_clnt.o rpc_test_svc.o server.o
+
all:: client server
client: client.o rpc_test_clnt.o $(DEPLIBS)
unit-test-cleanup::
$(ENV_SETUP) $(STOP_SERVERS)
-rm -f /tmp/rpc_test_v5srvtab /tmp/krb5cc_rpc_test_fullrun
+
+clean::
+ $(RM) server client
+ $(RM) dbg.log rpc_test.log rpc_test.sum
+