% 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("libm3")
import("netobj")
import("tcp")
import("rdwr")
import("events")

% m3_option("-commands")

interface("Endpoint")

implementation("Echo")
netobj("Endpoint","T")

program("eventtest")
