diff options
author | John Kohl <jtkohl@mit.edu> | 1990-05-11 10:26:18 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1990-05-11 10:26:18 +0000 |
commit | d512a68eb541b391cffcb1a2f6b0dd79573e69f6 (patch) | |
tree | 9f018bbd0e93691b2ca70b9c42e584b2ef5b8411 /src/appl | |
parent | ea84b95568a1be3e27a765a5fe341596d8c453fc (diff) | |
download | krb5-d512a68eb541b391cffcb1a2f6b0dd79573e69f6.tar.gz krb5-d512a68eb541b391cffcb1a2f6b0dd79573e69f6.tar.xz krb5-d512a68eb541b391cffcb1a2f6b0dd79573e69f6.zip |
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@839 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r-- | src/appl/sample/Imakefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/appl/sample/Imakefile b/src/appl/sample/Imakefile new file mode 100644 index 0000000000..9e5449be21 --- /dev/null +++ b/src/appl/sample/Imakefile @@ -0,0 +1,8 @@ + DEPLIBS = $(DEPKLIB) +LOCAL_LIBRARIES = $(KLIB) + +CLIENTOBJS= sclient.o +SERVEROBJS= sserver.o + +NormalProgramTarget(sclient,$(CLIENTOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),) +NormalProgramTarget(sserver,$(SERVEROBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),) |