#
# Imakefile for ckermit, created for the Charon Authentication System
# by Derek Atkins <warlord@MIT.EDU> from the Kermit 5 sources
#
# $Source$
# $Author$
#

all depend clean install world Makefile Makefiles buildbin buildlib instlib instbin dependbin dependlib:: makefile.cpp
	-rm -f Makefile.bak
	-mv Makefile Makefile.bak
	imake -I. -Tmakefile.cpp -f /dev/null
