#
# Makefile for WatTCP ttcp test program
#
# Ken Yap <ken@nlc.net.au>
#

SRC         = ttcp.c

BORLAND_EXE = ttcp.exe
PHARLAP_EXP = ttcp.exp
WATCOM_EXE  = ttcp4.exe
DIGMARS_EXE = ttcp2.exe
QUICKC_EXE  = nul

!include ..\common.mak

ttcp.obj ttcp.o32 ttcp.wo ttcp.do: ttcp.c

