# Buildtemplate for the type subdirectory

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

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

clean:
	rm -f *.CKP *.BAK .emacs* type.$(MACHINE)

relink:
	rm -f *.$(MACHINE)

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


