# Buildtemplate for the stuffboot subdirectory

ALL = stuffboot.$(MACHINE)

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

install: $(ALL)
	$(NETINSTALL) -p  $(ALL) $(VSYS)/bin

clean:
	rm -f *.CKP *.BAK *.$(OBJSUFFIX) .emacs* $(ALL)

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

relink:
	rm -f *.$(MACHINE)
