

#include ../../buildprefix

#ifdef X
C68FLAGS = -O -V -vx
#else X
C68FLAGS = -O -V
#endif X
LIBS = 

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

install: type
#ifdef X
	netinstall -p -x type /usr/sun/xVboot
#else X
	netinstall -p type /usr/sun/Vboot
#endif X

clean:
	rm -f *.CKP *.BAK *.b .emacs* type

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


