From: John Kohl Date: Mon, 4 Mar 1991 11:53:01 +0000 (+0000) Subject: Initial revision X-Git-Tag: krb5-1.0-alpha4~133 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a1797cf247c394b1bd8ed2fdb34b74b2fa127ef2;p=krb5.git Initial revision git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1839 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/tests/create/Imakefile b/src/tests/create/Imakefile new file mode 100644 index 000000000..4b0c15966 --- /dev/null +++ b/src/tests/create/Imakefile @@ -0,0 +1,18 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990,1991 by the Massachusetts Institute of Technology. +# All Rights Reserved. +# +# For copying and distribution information, please see the file +# . +# +#TOP=/afs/net/project/krb5/@sys +TOP=/mit/krb5/build/@sys +DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) +LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) + +SimpleProgramTarget(kdb5_mkdums) + +