% 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 Mar 21 16:27:09 PST 1994 by wobber
%      modified on Mon Dec 20 14:14:37 PST 1993 by kalsow

if AT_SRC m3_option("-O") end

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

interface(Test)
implementation(FDTest)
netobj(Test,T)
netobj(Test,Waiter)

build_standalone()

program(test)


