
#   ************************************************************************
#   *			   makefile for addfiles.exe			   *
#   ************************************************************************

!INCLUDE	<standard.mak>

TARGETS : addfiles.exe

#   MEMSTRAT.OBJ is in the library directory and is assumed to be current.

addfiles.exe : addfiles.obj sft.obj
  $(LINK) /cp:512 addfiles+memstrat+sft,addfiles;

#   ************************************************************************

