% Copyright (C) 1993, Digital Equipment Corporation
% All rights reserved.
% See the file COPYRIGHT for a full description.
%
% Makefile for netobj test program
% Last modified on Mon Dec 20 14:14:04 PST 1993 by kalsow
%      modified on Tue Aug 24 17:03:14 PDT 1993 by wobber

import("netobj")
import("tcp")
import("libm3")

interface("EchoRW")
implementation("Echo")
netobj("EchoRW", "T")

program("echotest")


