#Buildtemplate for the destroy subdirectory

destroy.$(MACHINE) :  destroy.c 
	$(CC) $(MIFLAGS) $(MDFLAGS) -o destroy.$(MACHINE) destroy.c \
              $(LIBRARIES) 

install: destroy.$(MACHINE)
	$(NETINSTALL) -p destroy.$(MACHINE) $(VSYS)/bin

clean:
	rm -f *.CKP *.BAK *.$(OBJSUFFIX) destroy.$(MACHINE)

relink:
	rm -f *.$(MACHINE)

backup:
	cd ..; cpdir destroy ../../Vbackup/cmds/destroy

sources:
	co buildfile destroy.c

rcs:
	ci -f buildfile destroy.c
