# WARNING: DO NOT EDIT.
# THIS FILE WAS AUTOMATICALLY GENERATED USING THE
# BUILDMAKE PROGRAM.

C68FLAGS = -O -V
LIBS = 

destroy :  destroy.c 
	cc68 $(C68FLAGS) -r -o destroy destroy.c $(LIBS) 

install: destroy
	netinstall -p "destroy" /usr/sun/Vboot
clean:
	rm -f *.CKP *.BAK *.b destroy

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

build:
	buildmake

xbuild:
	buildmake -DX=1
