#
# $Id: Imakefile,v 1.1 1991/12/03 23:13:36 eichin Exp $
# $Source: /local/cvsfiles/kerberos/src/appl/rkinit/Imakefile,v $
# $Author: eichin $
#
# Imakefile for all of rkinit
#


#define have_subdirs
SUBDIRS= man include lib rkinitd rkinit
SRCDIR=${SRCTOP}/appl/rkinit
CODE=Imakefile

all::

clean::
	rm -f core *~ *.bak

