diff options
-rw-r--r-- | src/appl/simple/client/Imakefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/appl/simple/client/Imakefile b/src/appl/simple/client/Imakefile new file mode 100644 index 000000000..b8c96e663 --- /dev/null +++ b/src/appl/simple/client/Imakefile @@ -0,0 +1,15 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1991 by the Massachusetts Institute of Technology. +# All Rights Reserved. +# +# For copying and distribution information, please see the file +# <krb5/copyright.h>. +# + DEPLIBS = $(DEPKLIB) +LOCAL_LIBRARIES = $(KLIB) + INCLUDES = -I.. + +SimpleProgramTarget(sim_client) |