#include ../../buildprefix

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

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

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

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

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

