#
# Makefile for Watt-32 tftp server.
#
# Targets:
#   Metaware HighC 3.1+ (PharLap 386|DosX)
#   Borland 4.0+        (DOS large model)
#   Watcom C 10+        (DOS4GW DOS extender)
#   Digital Mars C 8+   (X32VM DOS extender)
#

BORLAND_EXE = tftpd.exe
PHARLAP_EXP = tftpd.exp
WATCOM_EXE  = tftpd4.exe
DIGMARS_EXE = tftpd2.exe
QUICKC_EXE  = nul

SRC = bootptab.c tftpd.c tftpsubs.c utils.c

!include "..\common.mak"

