#
#
# $Id: Makefile,v 1.2 2002/10/18 18:25:23 redhead Exp $ 

include ../Makefile.guess
include ../Makefile.rules

all:

clean:
	rm -f  *.o *~ core \#*\# .\#* *.save

distclean: clean

install: 

# and a way to remove it again.
uninstall:
	rm -f $(INSTALLROOT)$(BINDIR)/ksigit
