abscal: abscal.c
	gcc -o $@ $<

clean:
	rm -f *~ *.bak abscal

install: abscal
	install -d $(DESTDIR)/usr/sbin	
	install $< $(DESTDIR)/usr/sbin
