

install:
	cp scsisetup /usr/X11R6/bin
    
clean:
	rm -f *~


paket:
	cp scsisetup-1.2.lsm .. ; cd ..; tar jcf scsisetup-1.2.tar.bz2 scsisetup-1.2

    
